ssh pod.zzz667.tk -p 64738
![]() |
1
billzhuang 49 天前
好玩,哈哈哈
|
2
duke807 49 天前 ![]() ```
[email protected] ~ $ ssh pod.zzz667.tk -p 64738 Unable to negotiate with 218.89.226.75 port 64738: no matching host key type found. Their offer: ssh-rsa ``` |
4
0o0O0o0O0o 49 天前 via iPhone
PubkeyAcceptedKeyTypes +ssh-rsa
|
7
duke807 49 天前 ![]() @0o0O0o0O0o
@masker 不行,我的 /etc/ssh/ssh_config 早加了這句,且只有這一句,其它屏蔽掉了 之前登錄我的 gerrit 突然登錄不了,重新安裝了新版本 gerrit ,還是不行,加了這句之後能登錄 gerrit 了 剛試了一下,加下面這句才能登錄 OP 的 chat:HostKeyAlgorithms +ssh-rsa 而 PubkeyAcceptedAlgorithms +ssh-rsa 是讓 gerrit 能正常登錄 不加的話,gerrit 報錯是: [email protected] ~ $ ssh [email protected]-l.io -p 29418 [email protected]-l.io: Permission denied (publickey). |
8
Davic1 49 天前
也可以通过浏览器扩展,Chrome: https://chrome.google.com/webstore/detail/secure-shell/iodihamcpbpeioajjeobimgagajmlibd/related
然后按照 7#的方法设置一下 preference , 就可以用你自己喜欢的用户名连接, 然后 chat 了 |
![]() |
9
zhouwb 49 天前
有意思
|
10
troilus OP |
![]() |
11
masker 47 天前 via Android
@troilus 本机 ssh_config 加上 PubkeyAcceptedKeyTypes +ssh-rsa 这个就可以了,奇怪的是腾讯轻量云不需要加就可以
|