Pages

24 March 2009

Remote administrator of linux server

There are 2 popular ways to have remote administration of linux servers: (1) ssh/openssh (2) ebox web-based.

To access remote shell for a server, we just need to install the ssh on server.

aptitude install openssh-server
aptitude install openssh-client

Also, for home user without fix IP address, they need to add entry for port forwarding to default ssh port 22.

To access the server shell on Windows computer, we just need to install the PuTTY (it can be downloaded from http://putty.org/ or http://portableapps.com/apps/internet/putty_portable

I will write more in detail about this ssh in my main blog site.

No comments:

Post a Comment