TITLE: How to setup passwordless ssh between machine with shared home directories.
SAVED AS: how_to_setup_passwordless_ssh.html
DESCRIPTION: How to setup passwordless ssh between machine with shared home directories.
MACHINE(s):
FILES:
NEED: any user account logged in
SCHEDULE:
FIRST DRAFT: Russ Boice
REVIEWED BY: Russ Boice 2/5/02
Enter as follows from a shell: ssh-keygen -t rsa (press enter at all prompts) Then enter: cd .ssh mv id_rsa.pub authorized_keys2 cd You should now be able to use ssh scp and sftp between machines with no password.