diff options
author | Marcus Arendt <[email protected]> | 2015-01-23 13:20:42 +0100 |
---|---|---|
committer | Marcus Arendt <[email protected]> | 2015-01-23 13:20:42 +0100 |
commit | ab750d6a3ae54b1667e0b6cc6e4854032bce91a1 (patch) | |
tree | 9b94a109d752dacf4d76e05bb508d338d4ec0617 /lib | |
parent | e865ee325644503313dbdeadd562a859c9bce44c (diff) | |
parent | 94e149cd5b181b1620d07e8558b5473ed8c1891d (diff) | |
download | otp-ab750d6a3ae54b1667e0b6cc6e4854032bce91a1.tar.gz otp-ab750d6a3ae54b1667e0b6cc6e4854032bce91a1.tar.bz2 otp-ab750d6a3ae54b1667e0b6cc6e4854032bce91a1.zip |
Merge branch 'maint'
Diffstat (limited to 'lib')
-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 9ab71260d3..46178d4018 100644 --- a/lib/ssh/doc/src/using_ssh.xml +++ b/lib/ssh/doc/src/using_ssh.xml @@ -79,7 +79,7 @@ <p> The option user_dir defaults to the users ~/.ssh directory</p> <p>In the following example we generate new keys and host keys as - to be able to run the example without having root privilages</p> + to be able to run the example without having root privileges</p> <code> $bash> ssh-keygen -t rsa -f /tmp/ssh_daemon/ssh_host_rsa_key |