3 FAQ tagged "rsh"
Viewing 1-3 of 3 FAQ -- sshpass: Login To SSH Server / Provide SSH Password Using A Shell Script
Q. How do I login over ssh without using password less RSA / DSA public keys? How do I use ssh in a shell script? How do I login non-interactivly performing password authentication with SSH and shell scripts?
- Configure rsh so that is does not prompt for a password
Both rsh or rlogin prompt for a password. All you need to do is open /etc/hosts.equiv file on host system and add entries for all hosts you would like use without password .
This file list of hosts and users that are granted “trusted” r (rsh/rloging) command access to your system without supplying a password.
$ [...] - Restrict ssh access using tcpd (TCPWrapper)
tcpd is use to access control facility for internet services. The tcpd program can be set up to monitor incoming requests for telnet, finger, ftp, exec, rsh, rlogin, tftp, sshd and other services that have a one-to-one mapping onto executable files. Your sshd server must be configuring (compiled [...]
Viewing 1-3 of 3 FAQ - ( see all popular tags )



Recent Comments
Today ~ 1 Comment
Today ~ 5 Comments
Yesterday ~ 18 Comments
Yesterday ~ 3 Comments
Yesterday ~ 4 Comments