Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ssh without password

a@A:~> cat .ssh/id_rsa.pub | ssh b@B 'cat >> .ssh/authorized_keys'
b@B's password: 
 
PREVIOUS NEXT
Tagged: #ssh #password
ADD COMMENT
Topic
Name
5+2 =