SSH-Keygen – Generate a new key to automatically connect to your remote server
--- Notes --
Εαν σας άρεσε το βίντεο τότε - Subscribe,Share,Like!!! If you liked the Video then ^ Ssh-keygen is a tool for creating new authentication key pairs for SSH. Such key pairs are used for automating logins, single sign-on, and for authenticating hosts. The simplest way to generate a key pair is to run ssh-keygen without arguments. I usually use ssh-keygen -t rsa to select the algorithm. Following the instructions you have created the SSH key. Now you have to copy the key to the remote host. If you used the default path then it is : ssh-copy-id -i /home/userid/.ssh/key user@host So simple!!! ####### Checkare to blog μου εδώ : My blog here:
No comments:
Post a Comment