May 04, 2024, 07:13:19 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: How to use remote access , shell access ( SSH )  (Read 5757 times)

Offline 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

Offline 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

Offline 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

Offline 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.