Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Others => Miscellaneous => Topic started by: ozioma on May 14, 2004, 04:02:54 PM

Title: How to use remote access , shell access ( SSH )
Post by: ozioma 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
Title: How to use remote access , shell access ( SSH )
Post by: Ricky 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
Title: How to use remote access , shell access ( SSH )
Post by: Ricky on May 15, 2004, 05:37:32 AM
You can also use Virtual Network Computing (VNC) ...
See www.realvnc.com
Title: How to use remote access , shell access ( SSH )
Post by: dragoncity99 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.