diff options
author | Josh Adams <[email protected]> | 2014-04-06 20:29:20 -0500 |
---|---|---|
committer | Josh Adams <[email protected]> | 2014-04-06 20:29:20 -0500 |
commit | 77429024600102d8d2c7fee3810ff1c45a99f497 (patch) | |
tree | 8a79e3f508b20f1644c83f0cf4e64834b8d3feea /lib/ssh/doc | |
parent | 4d00c9bff26d97f9b2b142809d9f7af21d2f748c (diff) | |
download | otp-77429024600102d8d2c7fee3810ff1c45a99f497.tar.gz otp-77429024600102d8d2c7fee3810ff1c45a99f497.tar.bz2 otp-77429024600102d8d2c7fee3810ff1c45a99f497.zip |
Fix typo in authorized_keys filename
Diffstat (limited to 'lib/ssh/doc')
-rw-r--r-- | lib/ssh/doc/src/using_ssh.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/doc/src/using_ssh.xml b/lib/ssh/doc/src/using_ssh.xml index 66ac4613f4..9ab71260d3 100644 --- a/lib/ssh/doc/src/using_ssh.xml +++ b/lib/ssh/doc/src/using_ssh.xml @@ -88,7 +88,7 @@ [...] </code> - <p>Create the file /tmp/otptest_user/.ssh/authrized_keys and add the content + <p>Create the file /tmp/otptest_user/.ssh/authorized_keys and add the content of /tmp/otptest_user/.ssh/id_rsa.pub Now we can do</p> <code type="erl"> |