Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
tutorial
2015-06-19-R3-Linux101
Commits
e09d94fc
Commit
e09d94fc
authored
Jun 17, 2015
by
Christophe Trefois
Browse files
Added SSH key generation Linux
parent
65cf5fff
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e09d94fc
...
...
@@ -27,27 +27,27 @@
+
ssh-keygen
```
bash
vagrant@vagrant-ubuntu-trusty-64:~
$
ssh-keygen
Generating public/private rsa key pair.
Enter file
in
which to save the key
(
/home/vagrant/.ssh/id_rsa
)
:
Enter passphrase
(
empty
for
no passphrase
)
:
Enter same passphrase again:
Your identification has been saved
in
/home/vagrant/.ssh/id_rsa.
Your public key has been saved
in
/home/vagrant/.ssh/id_rsa.pub.
The key fingerprint is:
ac:d7:36:ee:74:f6:34:d1:ff:ee:dd:bc:d5:ee:70:36 vagrant@vagrant-ubuntu-trusty-64
The key
's randomart image is:
+--[ RSA 2048]----+
| |
| |
| |
| . . |
| S . .|
| . . .o|
| . . = o +E*|
| . + + o B*|
| .o .=@|
+-----------------+
vagrant@vagrant-ubuntu-trusty-64:~
$
ssh-keygen
Generating public/private rsa key pair.
Enter file
in
which to save the key
(
/home/vagrant/.ssh/id_rsa
)
:
Enter passphrase
(
empty
for
no passphrase
)
:
Enter same passphrase again:
Your identification has been saved
in
/home/vagrant/.ssh/id_rsa.
Your public key has been saved
in
/home/vagrant/.ssh/id_rsa.pub.
The key fingerprint is:
ac:d7:36:ee:74:f6:34:d1:ff:ee:dd:bc:d5:ee:70:36 vagrant@vagrant-ubuntu-trusty-64
The key
's randomart image is:
+--[ RSA 2048]----+
| |
| |
| |
| . . |
| S . .|
| . . .o|
| . . = o +E*|
| . + + o B*|
| .o .=@|
+-----------------+
```
3.
Create LUMS account (done by LCSB)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment