diff options
author | Josh Adams <[email protected]> | 2014-04-06 20:06:17 -0500 |
---|---|---|
committer | Josh Adams <[email protected]> | 2014-04-06 20:06:17 -0500 |
commit | 4d00c9bff26d97f9b2b142809d9f7af21d2f748c (patch) | |
tree | 87e54bc7c955923d974517f1eaa6a446c90264f1 /lib/ssh/doc | |
parent | 95432b67aed0d1f7dd7c2737efc0f80b610b3f14 (diff) | |
download | otp-4d00c9bff26d97f9b2b142809d9f7af21d2f748c.tar.gz otp-4d00c9bff26d97f9b2b142809d9f7af21d2f748c.tar.bz2 otp-4d00c9bff26d97f9b2b142809d9f7af21d2f748c.zip |
Fix typo in SSH docs
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 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 |