Actions
Bug #3477
closedSunSSH config should accept TCPKeepAlive as synonym for KeepAlive
Start date:
2013-01-17
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
SunSSH borks if you have TCPKeepAlive yes in your ~/.ssh/config:
[root@09f501c8-a9e6-11e1-bf82-2b368af2a8d7:~]$ head -1 ~/.ssh/config TCPKeepAlive yes [root@09f501c8-a9e6-11e1-bf82-2b368af2a8d7:~]$ ssh 10.2.0.176 /root/.ssh/config: line 1: unknown configuration option: TCPKeepAlive terminating, 1 bad configuration option(s)
This unfortunately hampers sharing the configuration file between machines.
SunSSH calls this KeepAlive. It would be nice if it used the same name as the current OpenSSH. Obviously dropping support for KeepAlive isn't an option, however, TCPKeepAlive could also be supported as a synonym.
NB: This RFE mirrors Joyent OS-1282.
Updated by Joshua M. Clulow about 10 years ago
Updated by Robert Mustacchi about 10 years ago
- Status changed from New to Resolved
- % Done changed from 90 to 100
Resolved in 33c41f2b7f5e60517664bd7f392221865f833526.
Actions