- Get link
- X
- Other Apps
Tech Easy Solutions
system config: Ubuntu
$ ~/.ssh$ ssh-keygen -t ed25519 -C "key for git lab"
Generating public/private ed25519 key pair.
Enter file in which to save the key (/home/user/.ssh/id_ed25519):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/user/.ssh/id_ed25519.
Your public key has been saved in /home/user/.ssh/id_ed25519.pub.
The key fingerprint is: ..
$ cat id_ed25519.pub
system config: Ubuntu
$ ~/.ssh$ ssh-keygen -t ed25519 -C "key for git lab"
Generating public/private ed25519 key pair.
Enter file in which to save the key (/home/user/.ssh/id_ed25519):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/user/.ssh/id_ed25519.
Your public key has been saved in /home/user/.ssh/id_ed25519.pub.
The key fingerprint is: ..
$ cat id_ed25519.pub
then past into version control system access using ssh eky
Comments
Post a Comment