-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGenerate-SSH
27 lines (27 loc) · 915 Bytes
/
Generate-SSH
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Lucifers-MacBook-Pro:~ lucifer$ cd .ssh
Lucifers-MacBook-Pro:.ssh lucifer$ ls
known_hosts
Lucifers-MacBook-Pro:.ssh lucifer$ ssh-keygen
Generating public/private rsa key pair.
Enter file in which to save the key (/Users/lucifer/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /Users/lucifer/.ssh/id_rsa.
Your public key has been saved in /Users/lucifer/.ssh/id_rsa.pub.
The key fingerprint is:
SHA256:ZChUKEFJAERAbmpDRsmWi0jC5YWZso8QwgKA+nYyjU0 [email protected]
The key's randomart image is:
+---[RSA 2048]----+
|^OB+=+. |
|OX+=o . |
|X*+o. . o |
|Xo E. o |
|o+o= S |
|..B.+ |
| . + |
| |
| |
+----[SHA256]-----+
Lucifers-MacBook-Pro:.ssh lucifer$
Lucifers-MacBook-Pro:.ssh lucifer$ ls
id_rsa id_rsa.pub known_hosts