teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

コメントに対する変更

2021/07/16 15:42

投稿

katsuko
katsuko

スコア3601

answer CHANGED
@@ -29,4 +29,18 @@
29
29
  のいずれかを行ってください。
30
30
 
31
31
  前者の場合、一度コピーしておけば電源を落としても有効ですが、言い換えればログインしていれば誰でもサーバにアクセスできてしまうので、後者で使用する前に必ず実行するようにする方がセキュリティ的に望ましいです。
32
- (まぁ、その辺りは個人の判断で)
32
+ (まぁ、その辺りは個人の判断で)
33
+
34
+ ----
35
+
36
+ ```
37
+ tmakita@Ubuntu-tmakita:~$ ssh tmakita@xxx.yyy.co.jp
38
+ 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
39
+ ```
40
+
41
+ わかんないけど、エラーメッセージでググったら、こんなのが出てきましたよ。
42
+ 試してみてください。
43
+
44
+ * [https://shsm385.hatenablog.com/entry/2018/10/17/161258](https://shsm385.hatenablog.com/entry/2018/10/17/161258)
45
+ * [https://qiita.com/tukiyo3/items/7cd6a45f567441653c7c](https://qiita.com/tukiyo3/items/7cd6a45f567441653c7c)
46
+ * [http://www.hits-net.com/blog/?p=4235](http://www.hits-net.com/blog/?p=4235)