An SSH key allows you to establish a secure connection between your
computer and a remote server. This type of connection run by generating an SSH key in your local computer (or remote computer, keep private and public key in local computer, then store the public key in remote server. In Ubuntu, you can use this command:
$ ssh-keygen -t rsa -C "lukibsubekti@gmail.com"
Comments
Post a Comment