From 4d00c9bff26d97f9b2b142809d9f7af21d2f748c Mon Sep 17 00:00:00 2001 From: Josh Adams Date: Sun, 6 Apr 2014 20:06:17 -0500 Subject: Fix typo in SSH docs --- lib/ssh/doc/src/using_ssh.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ssh') diff --git a/lib/ssh/doc/src/using_ssh.xml b/lib/ssh/doc/src/using_ssh.xml index 4d73366f5e..66ac4613f4 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 -- cgit v1.2.3 From 77429024600102d8d2c7fee3810ff1c45a99f497 Mon Sep 17 00:00:00 2001 From: Josh Adams Date: Sun, 6 Apr 2014 20:29:20 -0500 Subject: Fix typo in authorized_keys filename --- lib/ssh/doc/src/using_ssh.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ssh') 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 @@ [...] -

Create the file /tmp/otptest_user/.ssh/authrized_keys and add the content +

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

-- cgit v1.2.3