WebHosting

Monday, April 23, 2012

Installing and configuring OpenSSH (SSHD) server on Linux/Ubuntu

Go to Terminail (Shortcut -> ctrl + alt +t) and type the following command
 
sudo apt-get install openssh-server openssh-client

This ssh is required when suppose you are trying to ssh to localhost or from one machine to other machine and connection refused error comes, so you need to install sshd server to be able to connect to the other machind :)

No comments:

Post a Comment

Thank you for Commenting Will reply soon ......

Featured Posts

How to Auto-Terminate Frozen and Hung Apps in Windows

We have all been there. You are in the middle of an important project or a gaming session, and suddenly, your screen freezes. The dreaded ...