Bugzilla – Attachment 138 Details for
Bug 388
Escape character not updated from default of ~ in help message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to print proper escape character in escape help
openssh-escape-patch (text/plain), 1.14 KB, created by
William Knox
on 2002-08-21 02:28:28 AEST
(
hide
)
Description:
Patch to print proper escape character in escape help
Filename:
MIME Type:
Creator:
William Knox
Created:
2002-08-21 02:28:28 AEST
Size:
1.14 KB
patch
obsolete
>--- clientloop.c~ Tue Jun 25 19:17:37 2002 >+++ clientloop.c Tue Aug 20 12:22:18 2002 >@@ -635,16 +635,18 @@ > snprintf(string, sizeof string, > "%c?\r\n\ > Supported escape sequences:\r\n\ >-~. - terminate connection\r\n\ >-~C - open a command line\r\n\ >-~R - Request rekey (SSH protocol 2 only)\r\n\ >-~^Z - suspend ssh\r\n\ >-~# - list forwarded connections\r\n\ >-~& - background ssh (when waiting for connections to terminate)\r\n\ >-~? - this message\r\n\ >-~~ - send the escape character by typing it twice\r\n\ >+%c. - terminate connection\r\n\ >+%cC - open a command line\r\n\ >+%cR - Request rekey (SSH protocol 2 only)\r\n\ >+%c^Z - suspend ssh\r\n\ >+%c# - list forwarded connections\r\n\ >+%c& - background ssh (when waiting for connections to terminate)\r\n\ >+%c? - this message\r\n\ >+%c%c - send the escape character by typing it twice\r\n\ > (Note that escapes are only recognized immediately after newline.)\r\n", >- escape_char); >+ escape_char,escape_char,escape_char,escape_char, >+ escape_char,escape_char,escape_char,escape_char, >+ escape_char,escape_char); > buffer_append(berr, string, strlen(string)); > continue; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 388
: 138