diff options
author | 2006-07-27 08:00:50 +0000 | |
---|---|---|
committer | 2006-07-27 08:00:50 +0000 | |
commit | 4866457ecd34848abc0bfae05575973b108f2fff (patch) | |
tree | 4f3801ecd9ed87c8e358c9da53a367925f801eeb | |
parent | typo (diff) | |
download | wireguard-openbsd-4866457ecd34848abc0bfae05575973b108f2fff.tar.xz wireguard-openbsd-4866457ecd34848abc0bfae05575973b108f2fff.zip |
avoid confusing wording in HashKnownHosts:
originally spotted by alan amesbury;
ok deraadt
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 55ca55303a2..20c58934add 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.96 2006/07/11 18:50:48 markus Exp $ +.\" $OpenBSD: ssh_config.5,v 1.97 2006/07/27 08:00:50 jmc Exp $ .Dd September 25, 1999 .Dt SSH_CONFIG 5 .Os @@ -497,8 +497,9 @@ but they do not reveal identifying information should the file's contents be disclosed. The default is .Dq no . -Note that hashing of names and addresses will not be retrospectively applied -to existing known hosts files, but these may be manually hashed using +Note that existing names and addresses in known hosts files +will not be converted automatically, +but may be manually hashed using .Xr ssh-keygen 1 . .It Cm HostbasedAuthentication Specifies whether to try rhosts based authentication with public key |