Showing posts with label OpenSSH. Show all posts
Showing posts with label OpenSSH. Show all posts

Wednesday, January 23, 2013

OpenSSH under Debian 6.0.4


This install ssh server on your machine.

apt-get update
apt-get install ssh

Edit

/etc/ssh/ssh_config 

and

/etc/ssh/sshd_config

for customize your service details.

If you want to try connection

ssh username@hostname

more info here

Bye...