Ssh without passwords

From Sum-e Wiki

Jump to: navigation, search

1. ssh-keygen -t rsa

2. ssh b@B mkdir -p .ssh

3. cat .ssh/id_rsa.pub | ssh b@B 'cat >> .ssh/authorized_keys'


fstab with sshfs

sshfs#my-remote-user@my-remote-host:/home/my-remote-user /my-local-filesystem/remotefs fuse user,noauto 0 0

Personal tools