search for: localtrustedhostnames

Displaying 1 result from an estimated 1 matches for "localtrustedhostnames".

2014 Oct 14
3
[Bug 2293] New: ssh should have an option to automatically trust a local sshd's host key for a given set of names
...could default to every file given in a HostKey directive in /etc/ssh/sshd_config. But it should also allow a list of files to be given, just in case people run more than one sshd on their host, e.g. bound to different addresses and/or ports,... some in VMs or from "within" a chroot. 2) LocalTrustedHostNames That should be a list of names for which only the keys from (1) will be considered valid. Ideally it should default to anything that one can use to reach the local sshd's, which may include things like: 127.0.0.0/8 ::1 localhost hostname hostname.fqdn If possible also any local v4 and v6 addres...