mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 19:42:48 -05:00
Support the SSH-2 mechanism for sending signals to a running session. Neither
of the SSH servers I conveniently have access to (Debian stable OpenSSH -- 3.4p1 -- and lshd) seem to take a blind bit of notice, but the channel requests look fine to me in the packet log. I've included all the signals explicitly defined by draft-ietf-secsh-connect-19, but I've put the more obscure ones in a submenu of the specials menu; there's therefore been some minor upheaval to support such submenus. [originally from svn r4652]
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
\versionid $Id: using.but,v 1.34 2004/10/13 13:43:11 simon Exp $
|
||||
\versionid $Id: using.but,v 1.35 2004/10/17 21:22:22 jacob Exp $
|
||||
|
||||
\C{using} Using PuTTY
|
||||
|
||||
@ -175,19 +175,27 @@ PuTTY can also be configured to send this when Ctrl-Z is typed; see
|
||||
|
||||
In an SSH connection, the following special commands are available:
|
||||
|
||||
\b \I{Break, SSH special command}Break
|
||||
|
||||
\lcont{
|
||||
Optional extension; may not be supported by server. PuTTY requests the
|
||||
server's default break length.
|
||||
}
|
||||
|
||||
\b \I{IGNORE message, SSH special command}\I{No-op, in SSH}IGNORE message
|
||||
|
||||
\lcont{
|
||||
Should have no effect.
|
||||
}
|
||||
|
||||
\b \I{Break, SSH special command}Break
|
||||
|
||||
\lcont{
|
||||
Only available in SSH-2, and only during a session. Optional
|
||||
extension; may not be supported by server. PuTTY requests the server's
|
||||
default break length.
|
||||
}
|
||||
|
||||
\b \I{Signal, SSH special command}Signals (SIGINT, SIGTERM etc)
|
||||
|
||||
\lcont{
|
||||
Only available in SSH-2, and only during a session. Sends various
|
||||
POSIX signals. Not honoured by all servers.
|
||||
}
|
||||
|
||||
\S2{using-newsession} Starting new sessions
|
||||
|
||||
PuTTY's system menu provides some shortcut ways to start new
|
||||
|
Reference in New Issue
Block a user