ssh中exit命令退出远程服务器_通过一个命令退出所有SSH连接并关闭PuTTY

尝试使用ssh连接终止转义序列。

在ssh会话中,输入~.(波浪号)。键入字符时看不到字符,但会话将立即终止。

$ ~.

$ Connection to me.myhost.com closed.

从 man 1 ssh

The supported escapes (assuming the default ‘~’) are:

~. Disconnect.

~^Z Background ssh.

~# List forwarded connections.

~& Background ssh at logout when waiting for forwarded

connection / X11 sessions to terminate.

~? Display a list of escape characters.

~B Send a BREAK to the remote system (only useful for SSH protocol

version 2 and if the peer supports it).

~C Open command line. Currently this allows the addition of port

forwardings using the -L, -R and -D options (see above). It also

allows the cancellation of existing remote port-forwardings using

-KR[bind_address:]port. !command allows the user to execute a

local command if the PermitLocalCommand option is enabled in

ssh_config(5). Basic help is available, using the -h option.

~R Request rekeying of the connection (only useful for SSH protocol

version 2 and if the peer supports it).


版权声明:本文为weixin_39717318原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。