SSH your Debian servers without password
Secure Shell is a program to log into another computer over a network, to execute commands in a remote machine, and to move files from one machine to another. It provides strong authentication and secure communications over unsecure channels. It is intended as a replacement for telnet, rlogin, rsh, and rcp. For SSH2, there is a replacement for FTP: sftp.This might be useful if you are trying to connect everytime to your server remotely.
A Trust relationship can be established for users on multiple servers running OpenSSH to allow a password free ssh session. This is sometime important when you want to run scripts or commands remotely.
1330 views
ssh and sftp to remote host
hi
i am sun system admin working on sun solaris 9 you have given the way to ssh to remote system without asking a password but after doing all this steps again ssh hostname ask for password how any solution you have send me on this mail id
pravinlandge@rediffmail.com
Dont know about Sun but SSH
Dont know about Sun but SSH is pretty much the same across different flavors. Could you run SSH in debug mode like this and post your results here.
param@desktop:~/home$ ssh 192.168.1.1 -v
OpenSSH_4.3p2 Debian-5ubuntu1, OpenSSL 0.9.8b 04 May 2006
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 192.168.1.1 [192.168.1.1] port 22.
debug1: Connection established.
...
Post new comment