diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-05-04 22:38:43 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-05-04 22:38:43 +0000 |
commit | f0609f8bd3fe50a1cde0c4eb55144dbdffbc56f2 (patch) | |
tree | aa4afd4412f3df1feab6200d7f52fcecbf559d1b /sshd.8 | |
parent | 4529b70b4ca28e6f2120a834c88b3ee2bc2e43f5 (diff) | |
download | openssh-git-f0609f8bd3fe50a1cde0c4eb55144dbdffbc56f2.tar.gz |
- stevesk@cvs.openbsd.org 2001/05/04 14:21:56
[ssh.1 sshd.8]
typos
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 @@ -847,7 +847,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 |