Displaying 2 results from an estimated 2 matches for "knownhostsfile".
2019 Dec 06
2
client to support SNI
Hi.
Looks like every ~2 Years raises someone the question about SNI support in the
openssh client.
2015: https://marc.info/?l=openssh-unix-dev&m=143248436518985&w=2
2017: https://marc.info/?l=openssh-unix-dev&m=150204655205911&w=2
I have read the docs and haven't seen anything about that this feature is
already available in SSH.
https://man.openbsd.org/ssh.1
2010 Jun 09
5
[Bug 1777] New: KnownHostsCommand
...ll
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: dkg at fifthhorseman.net
A useful feature to have for ssh would be KnownHostsCommand, by analogy
with KnownHostsFile and ProxyCommand.
One possible implementation: if set, KnownHostsCommand would be invoked
as a subprocess immediately after receipt of the host's key, with the
host name as argv[1], and the public key itself (in some canonicalized
form) on stdin.
The parent ssh process would wait() on this su...