回答編集履歴

1

コメントに対する変更

2021/07/16 15:42

投稿

katsuko
katsuko

スコア3475

test CHANGED
@@ -61,3 +61,31 @@
61
61
  前者の場合、一度コピーしておけば電源を落としても有効ですが、言い換えればログインしていれば誰でもサーバにアクセスできてしまうので、後者で使用する前に必ず実行するようにする方がセキュリティ的に望ましいです。
62
62
 
63
63
  (まぁ、その辺りは個人の判断で)
64
+
65
+
66
+
67
+ ----
68
+
69
+
70
+
71
+ ```
72
+
73
+ tmakita@Ubuntu-tmakita:~$ ssh tmakita@xxx.yyy.co.jp
74
+
75
+ Unable to negotiate with 999.999.999.999 port 22: no matching key exchange method found. Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
76
+
77
+ ```
78
+
79
+
80
+
81
+ わかんないけど、エラーメッセージでググったら、こんなのが出てきましたよ。
82
+
83
+ 試してみてください。
84
+
85
+
86
+
87
+ * [https://shsm385.hatenablog.com/entry/2018/10/17/161258](https://shsm385.hatenablog.com/entry/2018/10/17/161258)
88
+
89
+ * [https://qiita.com/tukiyo3/items/7cd6a45f567441653c7c](https://qiita.com/tukiyo3/items/7cd6a45f567441653c7c)
90
+
91
+ * [http://www.hits-net.com/blog/?p=4235](http://www.hits-net.com/blog/?p=4235)