diff options
author | mpp <mpp@FreeBSD.org> | 2000-03-24 02:26:54 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 2000-03-24 02:26:54 +0000 |
commit | b064529634b4d3b417d635bb2bf50331f87fa62f (patch) | |
tree | 6255968de20459cf5f041d43dfe6ed7340684cc4 /crypto | |
parent | c5558d929ad643eb6c93065c7b11b0f50ffbfc5a (diff) | |
download | FreeBSD-src-b064529634b4d3b417d635bb2bf50331f87fa62f.zip FreeBSD-src-b064529634b4d3b417d635bb2bf50331f87fa62f.tar.gz |
Fix a few spelling errors.
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/openssh/ssh.1 | 4 | ||||
-rw-r--r-- | crypto/openssh/sshd.8 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssh/ssh.1 b/crypto/openssh/ssh.1 index 8ba7f69..49a1613 100644 --- a/crypto/openssh/ssh.1 +++ b/crypto/openssh/ssh.1 @@ -360,7 +360,7 @@ and Quiet mode. Causes all warning and diagnostic messages to be suppressed. Only fatal errors are displayed. .It Fl t -Force pseudo-tty allocation. This can be used to execute arbitary +Force pseudo-tty allocation. This can be used to execute arbitrary screen-based programs on a remote machine, which can be very useful e.g. when implementing menu services. .It Fl v @@ -574,7 +574,7 @@ Specifies a file to use instead of .Pa /etc/ssh/ssh_known_hosts . .It Cm HostName Specifies the real host name to log into. This can be used to specify -nicnames or abbreviations for hosts. Default is the name given on the +nicknames or abbreviations for hosts. Default is the name given on the command line. Numeric IP addresses are also permitted (both on the command line and in .Cm HostName diff --git a/crypto/openssh/sshd.8 b/crypto/openssh/sshd.8 index e490ecc..b76b8ee 100644 --- a/crypto/openssh/sshd.8 +++ b/crypto/openssh/sshd.8 @@ -612,7 +612,7 @@ The and .Pa $HOME/.ssh/known_hosts files contain host public keys for all known hosts. The global file should -be prepared by the admistrator (optional), and the per-user file is +be prepared by the administrator (optional), and the per-user file is maintained automatically: whenever the user connects an unknown host its key is added to the per-user file. .Pp |