Yanbing Wang
c4d0727338
Source snapshot from Powershell/openssh-portable:latestw_all
2018-01-19 18:43:54 -08:00
Yanbing Wang
d6ce465b15
Source snapshot from Powershell/openssh-portable:latestw_all
2017-11-18 18:23:07 -08:00
Yanbing Wang
727329abd4
Source snapshot from Powershell/openssh-portable:latestw_all
2017-10-02 17:56:31 -07:00
Yanbing Wang
25a4ae6a3c
Source snapshot from Powershell/openssh-portable:latestw_all
2017-09-05 20:43:24 -07:00
Manoj Ampalam
c1680168e4
Source snapshot from Powershell/openssh-portable:latestw_all
2017-08-18 13:23:47 -07:00
Yanbing Wang
944505e199
Source snapshot from Powershell/openssh-portable:latestw_all
2017-06-15 18:41:19 -07:00
Manoj Ampalam
776483fb4e
Source snapshot from Powershell/openssh-portable:latestw_all
2017-03-14 12:36:27 -07:00
Manoj Ampalam
c8b8c4b82a
Source snapshot from Powershell/openssh-portable:latestw_all
2017-02-15 22:47:07 -08:00
Manoj Ampalam
7c62169a93
Source snapshot from Powershell\openssh-portable
2016-11-29 14:50:13 -08:00
Ray Hayes
5c02287fd8
Fix to UNICODE issues.
2016-11-04 10:09:08 -07:00
Ray Hayes
e40d6971ad
Remove single key ALT/CTRL combination.
2016-09-30 14:08:59 -07:00
Manoj Ampalam
f5226a3b70
Added PTY support to account for client TTY window size changes
2016-09-29 17:27:21 -07:00
Manoj Ampalam
72c7549c06
Fixing tab completion
2016-09-23 13:10:51 -07:00
Manoj Ampalam
3e23785c66
Manual Merge change f26780ecfb8f6ebff742360c96ebe51285bb4a35
...
ID Author Date Message
f26780ecfb8f6ebff742360c96ebe51285bb4a35 Ray Hayes <rayhayes@rhbe.net>
9/16/2016 3:26:06 PM -07:00 Fix ESC character parsing when # missing.
2016-09-22 19:34:38 -07:00
Manoj Ampalam
c3b785a140
Manual Merge change 3c6b77b4fdc45ada3a8b907cd4af6f73dfd70e66
...
3c6b77b4fdc45ada3a8b907cd4af6f73dfd70e66 Ray Hayes <rayhayes@rhbe.net>
7/28/2016 12:10:04 PM -07:00 First version with console changes.
2016-09-22 17:33:17 -07:00
manojampalam
e4c233e95c
3-6 C12
...
Changes enabling ssh.exe on the new posix wrapper
2016-03-06 21:43:59 -08:00
manojampalam
dd1402f68a
3-6 C4
...
Removing winsock2 reference from unwanted headers in win32compat
2016-03-06 12:47:21 -08:00
quamrulmina
66426d7369
Fix #21 -- ssh client cannot issue commands to Tectia sshd server
...
Will work with Tectia server 6.3.6 and all Tectia ssh servers. Tested
with latest Tectia ssh server 6.4.12
2015-11-20 18:13:32 -06:00
quamrulmina
e743b54a61
Fix ssh client to generate LF or CRLF correctly
...
Typically LF is sent when Return key is hit. But for sshd servers that
sent us via ANSI escape sequence that CRLF is to be sent, ssh.exe client
will do so which is used commonly used by sshd servers in Windows - like
our own win32 port sshd.
2015-10-28 00:31:24 -05:00
quamrulmina
d4c8ef9ac5
Improved SSH client interactive mode and fixed control-c to work
...
Console API is now used for interactive tty mode. Thus ssh.exe client
can now pass each character to remote side as one types so that programs
like more works correctly. Control-c now will stop the remote program
instead of exiting the ssh.exe.
2015-10-27 19:05:38 -05:00