Major Pages

Wednesday, November 27, 2019

copy public key to other machine

To copy public key to other machine(for this ssh server should be installed on other machine):
ssh-copy-id -i .ssh/id_rsa.pub user1@machine1 

No comments:

Post a Comment