aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-10-21 16:15:43 +0200
committerFredrik Gustafsson <[email protected]>2013-10-21 16:15:43 +0200
commitf6c6af3b3dfe67f4792ef173f2abee233554f964 (patch)
treed6b5eb51bccd73e6f1176a60dcdcb04a13c30595 /lib/ssh
parenta878a3aa43381f0281611fd3a87ce33dcadb785c (diff)
parentc020cc9494fc364e2d2dca715585b791dc3184d5 (diff)
downloadotp-f6c6af3b3dfe67f4792ef173f2abee233554f964.tar.gz
otp-f6c6af3b3dfe67f4792ef173f2abee233554f964.tar.bz2
otp-f6c6af3b3dfe67f4792ef173f2abee233554f964.zip
Merge branch 'maint'
Diffstat (limited to 'lib/ssh')
-rw-r--r--lib/ssh/doc/src/ssh.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml
index eb997a8eb5..1e361a4d64 100644
--- a/lib/ssh/doc/src/ssh.xml
+++ b/lib/ssh/doc/src/ssh.xml
@@ -141,7 +141,7 @@
<p>Sets the preferred public key algorithm to use for user
authentication. If the the preferred algorithm fails for
some reason, the other algorithm is tried. The default is
- to try <c><![CDATA[ssh_rsa]]></c> first.</p>
+ to try <c><![CDATA['ssh-rsa']]></c> first.</p>
</item>
<tag><c><![CDATA[{pref_public_key_algs, list()}]]></c></tag>
<item>
@@ -248,7 +248,7 @@
requested by the client. Default is to use the erlang shell:
<c><![CDATA[{shell, start, []}]]></c>
</item>
- <tag><c><![CDATA[{ssh_cli,{channel_callback(),
+ <tag><c><![CDATA[{ssh_cli, {channel_callback(),
channel_init_args()}}]]></c></tag>
<item>
Provides your own cli implementation, i.e. a channel callback