Subscribe via RSS Feed

How to install SSH server on Debian 6.0.4

I’ve just installed a fresh Debian 6.0.4 on my Virtualbox 4.1.12. Now I need to setup the SSH server enabled on my Debian 6.0.4 system. SSH is required in order to connect to Debian remotely via secure connection SSH protocol. By default, Debian does not comes with SSH enabled. We need to install this SSH package manually. OK, now with a single command, we can get SSH server installed and enabled on Debian.

How to install SSH on Debian 6.04

Open Terminal and execute this command as root

apt-get install ssh

Wait until the installation finished. Once done, you can check and start SSH server using these commands:

service ssh status    #this will check the ssh server status if its running or stopped

service ssh start       #start the ssh server

service ssh stop        #stop the ssh server

service ssh restart   #restart the ssh server

That’s it, pretty easy right? Now we can connect to Debian 6.0.4 using SSH protocol from any other computer. You may use Putty (Windows) or any other remote desktop connection (Linux) such as Remmina.

Incoming Search:

  • unable to ssh debian 6
  • how to install ssh server on debian
  • debian 6 0 4 ssh
  • debian sshd 6 0 4
  • install ssh server on debian 6

Tags: , ,

Category: Debian

About the Author: Basically I am a GIS officer in an mineral exploration company and I love to try any new software, linux distro, gis software. I want to share all the things that I know on my blogs.

Leave a Reply




If you want a picture to show with your comment, go get a Gravatar.