无法使用“scp“或"ssh”m命令的问题
From Terasic Wiki
(Difference between revisions)
Jmlei (Talk | contribs)
(Created page with "'''Q:''' 我使用Atlas-SoC开发板自带的image,但是用‘ssh’及‘scp’命令连接电脑(Ubuntu系统)时, 出现“ the connection got always closed ”的...")
Newer edit →
(Created page with "'''Q:''' 我使用Atlas-SoC开发板自带的image,但是用‘ssh’及‘scp’命令连接电脑(Ubuntu系统)时, 出现“ the connection got always closed ”的...")
Newer edit →
Revision as of 15:21, 22 September 2017
Q: 我使用Atlas-SoC开发板自带的image,但是用‘ssh’及‘scp’命令连接电脑(Ubuntu系统)时, 出现“ the connection got always closed ”的提示,这是为什么?
A: 这主要是与选用的cipher有关,ssh、scp會發生問題只有在少数的Linux发行版会存在这个问题, windows的Putty一般不会存在这个问题。
解决办法是: client端在连线时手动设定其他的cipher,就可以正常使用了,请使用下面的命令:
ssh root@192.168.1.118 -c aes256-ctr