summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngela Anderton Andin <ingela@erlang.org>2014-04-07 15:37:30 +0200
committerIngela Anderton Andin <ingela@erlang.org>2014-04-07 15:37:30 +0200
commitfa45816a0e46dd7863db2ae4ff90042eed1d570a (patch)
treeb64fae208ed1798a3d6e7e3d3b57cffdf9ed90b7
parent87371fb20e08a50621900c77b2ec4aeecdad18a7 (diff)
parent77429024600102d8d2c7fee3810ff1c45a99f497 (diff)
downloaderlang-fa45816a0e46dd7863db2ae4ff90042eed1d570a.tar.gz
Merge remote branch 'github/pr/326'
* github/pr/326: Fix typo in authorized_keys filename Fix typo in SSH docs
-rw-r--r--lib/ssh/doc/src/using_ssh.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssh/doc/src/using_ssh.xml b/lib/ssh/doc/src/using_ssh.xml
index 4d73366f5e..9ab71260d3 100644
--- a/lib/ssh/doc/src/using_ssh.xml
+++ b/lib/ssh/doc/src/using_ssh.xml
@@ -33,7 +33,7 @@
all needed applications (crypto, public_key and ssh). All examples
are run in an Erlang shell, or in a bash shell using openssh to
illustrate how the erlang ssh application can be used. The
- exampels are run as the user otptest on a local network where the
+ examples are run as the user otptest on a local network where the
user is authorized to login in over ssh to the host "tarlop". If
nothing else is stated it is persumed that the otptest user has an
entry in tarlop's authorized_keys file (may log in via ssh without
@@ -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">