To access remote shell for a server, we just need to install the ssh on server.
aptitude install openssh-serveraptitude install openssh-clientAlso, 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