SSH KEY | cli | Linux

ssh-keygen -t rsa
Best algorithm is ed25519
Enter file in which to save the key (/home/exemple/.ssh/
ssh-copy-id user@123.45.56.78
Or
cat ~/.ssh/id_rsa.pub | ssh user@123.45.56.78
"mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys"

img

2019-04-16 22:03:05

Comments

Add a Comment

Login or Register to post a Comment.

Homepage