質問編集履歴

1

生成手順の書き込み

2017/03/15 02:37

投稿

kane_jam_oji
kane_jam_oji

スコア10

test CHANGED
File without changes
test CHANGED
@@ -7,3 +7,31 @@
7
7
  エラー内容:
8
8
 
9
9
  Key is invalid. It must begin with 'ssh-ed25519', 'ssh-rsa', 'ssh-dss', 'ecdsa-sha2-nistp256', 'ecdsa-sha2-nistp384', or 'ecdsa-sha2-nistp521'. Check that you're copying the public half of the key
10
+
11
+
12
+
13
+ 生成手順:
14
+
15
+ $ ssh-keygen -t rsa
16
+
17
+ Generating public/private rsa key pair.
18
+
19
+ Enter file in which to save the key (/home/vagrant/.ssh/id_rsa):
20
+
21
+ /home/vagrant/.ssh/id_rsa already exists.
22
+
23
+ Overwrite (y/n)? y
24
+
25
+ ...
26
+
27
+ ...
28
+
29
+ ...
30
+
31
+ The key's randomart image is:
32
+
33
+ ...
34
+
35
+ ...
36
+
37
+ $ clip < ~/.ssh/id_rsa.pub