質問編集履歴

1

ssh -vT git@github\.comのコマンドを叩いた後の挙動の追記

2015/12/26 14:10

投稿

y_natsui
y_natsui

スコア49

test CHANGED
File without changes
test CHANGED
@@ -21,3 +21,33 @@
21
21
  Git標準のコンソールでは再び上記のエラーが発生し、GitHub同梱の方は以下の様に認証が上手くいっているようです。
22
22
 
23
23
  > Hi (account名)! You've successfully authenticated, but GitHub does not provide shell access.
24
+
25
+
26
+
27
+
28
+
29
+ 追記(2015/12/26)
30
+
31
+ 以下コマンドをターミナルにて叩いたところ
32
+
33
+ ```ここに言語を入力
34
+
35
+ ssh -vT git@github.com
36
+
37
+ ```
38
+
39
+ > identity file /Users/ユーザー名/.ssh/id_rsa type -1
40
+
41
+ > debug1: identity file /Users/ユーザー名/.ssh/id_rsa-cert type -1
42
+
43
+ > debug1: identity file /Users/ユーザー名/.ssh/id_dsa type -1
44
+
45
+ > debug1: identity file /Users/ユーザー名/.ssh/id_dsa-cert type -1
46
+
47
+
48
+
49
+ と表示されました。
50
+
51
+ つまりは上記のパスに同様の名称のid_rsaファイルなどを作成しないと認証されないということでしょうか?今現在はそのディレクトリは以下内容が含まれております。
52
+
53
+ > github_rsa github_rsa.pub known_hosts