:: Speed up SSH Login Prompt
Posted by blackonsole on December 27th, 2011 04:03 AM | No Comment
:: Problem
SSH login prompt is slowly
:: How to fix
:: Installing sshd on Linux Debian
Posted by blackonsole on August 9th, 2011 07:16 AM | No Comment
:: What is ssh
Secure Shell or SSH is a network protocol that allows data to be exchanged using a secure channel between two networked devices. The two major versions of the protocol are referred to as SSH1 or SSH-1 and ...
:: deny login users and groups on openssh
Posted by blackonsole on June 18th, 2011 04:16 AM | No Comment
:: how to deny user and groups login on ssh
:: restarting sshd
:: links
+ google
+ cyberciti
:: ssh [scp] login without password authentication
Posted by blackonsole on May 7th, 2011 01:58 AM | No Comment
:: install dependency
installing ssh-client (Debian)
:: configure ssh / scp login without password authentication
+ generate dsa keygen
+ copy dsa keygen to SSH Server (10.100.100.35)
make sure the .ssh directory is at the username home directory on 10.100.100.35.
:: testink
+ ssh
+ scp
:: links
+ ...
rsync over ssh
Posted by blackonsole on April 5th, 2011 03:52 AM | No Comment
|| what is rsync
please take a look this..
|| how to using rsync over ssh
for mirroring
|| links
| google
resolve ssh error
Posted by blackonsole on March 29th, 2011 12:23 AM | No Comment
|| ssh error keys agent
|| how to fix ssh error agent admitted
please relogin / logout / reboot your computer and try again
|| links
| google