diff options
author | 2001-05-04 14:21:55 +0000 | |
---|---|---|
committer | 2001-05-04 14:21:55 +0000 | |
commit | d659ecd8fc99c43c266af13dc6ed243e0b06a296 (patch) | |
tree | b392f3f74c522e4120a5b3eb59a73a4f4fd7fcf8 /usr.bin/ssh | |
parent | vlan in GENERIC (ti(4) now has an issue, jason will deal) (diff) | |
download | wireguard-openbsd-d659ecd8fc99c43c266af13dc6ed243e0b06a296.tar.xz wireguard-openbsd-d659ecd8fc99c43c266af13dc6ed243e0b06a296.zip |
typos
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 6 | ||||
-rw-r--r-- | usr.bin/ssh/sshd.8 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 6f4110e4189..d93b114c66c 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -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.1,v 1.108 2001/04/30 11:18:52 markus Exp $ +.\" $OpenBSD: ssh.1,v 1.109 2001/05/04 14:21:55 stevesk Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -507,7 +507,7 @@ Causes all warning and diagnostic messages to be suppressed. Only fatal errors are displayed. .It Fl s May be used to request invocation of a subsystem on the remote system. Subsystems are a feature of the SSH2 protocol which facilitate the use -of SSH as a secure transport for other application (eg. sftp). The +of SSH as a secure transport for other applications (eg. sftp). The subsystem is specified as the remote command. .It Fl t Force pseudo-tty allocation. @@ -808,7 +808,7 @@ This option applies to protocol version 2 only and is similar to .Cm RhostsRSAAuthentication . .It Cm HostKeyAlgorithms -Specfies the protocol version 2 host key algorithms +Specifies the protocol version 2 host key algorithms that the client wants to use in order of preference. The default for this option is: .Dq ssh-rsa,ssh-dss diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index 62e3de7c6a2..0afbe517d96 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -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: sshd.8,v 1.120 2001/04/22 23:58:36 markus Exp $ +.\" $OpenBSD: sshd.8,v 1.121 2001/05/04 14:21:56 stevesk Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -839,7 +839,7 @@ Runs user's shell or command. The .Pa $HOME/.ssh/authorized_keys file lists the RSA keys that are -permitted for RSA authentication in protocol version 1 +permitted for RSA authentication in protocol version 1. Similarly, the .Pa $HOME/.ssh/authorized_keys2 file lists the DSA and RSA keys that are |