Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. Create a new key pair with password and comment:
  2.  
  3. ```bash
  4. ssh-keygen -t rsa -b 8192 -C <comment> -f <path> -N <password>
  5. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement