mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Been meaning to do this for years: introduce a configuration option
to manually tweak the host name and port number under which the SSH host key is read and written. I've put it in the cross-platform Connection panel. Partly under the flimsy pretext that other backends _can_ use it if they so wish (and in fact it overrides the host name for title-bar purposes in all network backends, though it has no other effect in anything but SSH); but mostly because the SSH panel was too full already :-) [originally from svn r8033]
This commit is contained in:
@ -74,6 +74,7 @@
|
||||
#define WINHELP_CTX_connection_nodelay "connection.nodelay:config-nodelay"
|
||||
#define WINHELP_CTX_connection_ipversion "connection.ipversion:config-address-family"
|
||||
#define WINHELP_CTX_connection_tcpkeepalive "connection.tcpkeepalive:config-tcp-keepalives"
|
||||
#define WINHELP_CTX_connection_loghost "connection.loghost:config-loghost"
|
||||
#define WINHELP_CTX_proxy_type "proxy.type:config-proxy-type"
|
||||
#define WINHELP_CTX_proxy_main "proxy.main:config-proxy"
|
||||
#define WINHELP_CTX_proxy_exclude "proxy.exclude:config-proxy-exclude"
|
||||
|
Reference in New Issue
Block a user