0% found this document useful (0 votes)
12 views

SSH Key Generation and SSH Key Copy To Remote SRV

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views

SSH Key Generation and SSH Key Copy To Remote SRV

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 1

ssh-keygen -t rsa .....

....to generate ssh key note which user login, key will save same user home dir

cd .ssh/

cat id_rsa.pub

ssh-copy-id mrsh@192.168.21.10 ................to copy ssh key clent srv and login by main server
bethout pass

ssh mrsh@192.168.21.10 hostname .............To check hostname client srv

mlocalhost

You might also like