之前用远程管理连接服务器的时候终端假死了,强制退出后就出现问题了
远程管理报错:
crystalrays@crystalrays-PC:~$ expect -f /tmp/deepin-terminal-079SNZ
spawn /usr/lib/deepin-terminal/zssh -X -o ServerAliveInterval=60 icystal@icystal.top -p 22 -o PubkeyAuthentication=no -t echo 欢迎使用深度终端, 在您使用右键菜单进行上传和下载文件之前, 请先确保服务器已经安装了rz和sz命令。 && exec $SHELL -l
Press ^@ (C-Space) to enter file transfer mode, then ? for help
ssh: connect to host icystal.top port 22: Connection refused
spawn_id: spawn id exp12 not open
while executing
"interact"
(file "/tmp/deepin-terminal-079SNZ" line 61)
ssh报错:
crystalrays@crystalrays-PC:~$ ssh icystal.top
ssh: connect to host icystal.top port 22: Connection refused
远程管理报错:
crystalrays@crystalrays-PC:~$ expect -f /tmp/deepin-terminal-079SNZ
spawn /usr/lib/deepin-terminal/zssh -X -o ServerAliveInterval=60 icystal@icystal.top -p 22 -o PubkeyAuthentication=no -t echo 欢迎使用深度终端, 在您使用右键菜单进行上传和下载文件之前, 请先确保服务器已经安装了rz和sz命令。 && exec $SHELL -l
Press ^@ (C-Space) to enter file transfer mode, then ? for help
ssh: connect to host icystal.top port 22: Connection refused
spawn_id: spawn id exp12 not open
while executing
"interact"
(file "/tmp/deepin-terminal-079SNZ" line 61)
ssh报错:
crystalrays@crystalrays-PC:~$ ssh icystal.top
ssh: connect to host icystal.top port 22: Connection refused
但是 sudo ssh icystal.top 可以正常连接
怀疑是不是当前账户的某个配置文件出错了?