Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 21, 2024, 10:46:10 PM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Others
»
Miscellaneous
»
How to use remote access , shell access ( SSH )
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to use remote access , shell access ( SSH ) (Read 8523 times)
ozioma
Tux Awared
Posts: 35
How to use remote access , shell access ( SSH )
«
on:
May 14, 2004, 04:02:54 PM »
PLEASE I NEED YOUR HELP HOW CAN I LOGIN INTO MY LINUX SERVER IN NIGERIA FROM ANY PART OF THE WORLD WHAT IS THE PROGRAM THAT I WILL USE AND WHAT ARE THE STEPS PLEASE HELP ME !
I WANT TO HAVE ACCESS to MY COMPUTER FROM INTERNET
THANKS
OZIOMA
Logged
Ricky
LST CareTaker
Specially Skilled
Posts: 2381
How to use remote access , shell access ( SSH )
«
Reply #1 on:
May 15, 2004, 05:26:21 AM »
hi.. as you said.. you need SSh . It is mostly already installed in your system.
it is called sshd (simply ssh server)
Then you need to customize.. /etc/sshd_config.
See ssh man page for more help.. when u successfully configure your SSH then u can access your computer anywhere in the world by using ..
ssh ip
Logged
Ricky
LST CareTaker
Specially Skilled
Posts: 2381
How to use remote access , shell access ( SSH )
«
Reply #2 on:
May 15, 2004, 05:37:32 AM »
You can also use Virtual Network Computing (VNC) ...
See www.realvnc.com
Logged
dragoncity99
LST CareTaker
Experienced
Posts: 551
How to use remote access , shell access ( SSH )
«
Reply #3 on:
May 16, 2004, 12:04:14 PM »
Make sure u know ur server's public ip. If u use windows, then u will need to use PUTTY and if u use linux just use ssh will do.
For windows SSH go here to download:
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
For linux, just do the following:
1. In the console, type:
ssh xxx.xxx.xxx.xxx
the xxx.xxx.xxx.xxx stands for the public ip address of ur server.
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Others
»
Miscellaneous
»
How to use remote access , shell access ( SSH )