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 add "Copy to" and "Move to" options to the right-click context menu in Windows:

Method 1: Registry Editor (Manual) Note: Back up your registry first or create a system restore point. Add "Copy to" Option:...