s/ssh1/ssh in a dump(8) command line.

This commit is contained in:
Marc Fonvieille 2004-07-06 09:37:08 +00:00
parent 2b8fcc26e4
commit 0533ca92d1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21367

View file

@ -2307,7 +2307,7 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready</screen>
<example>
<title>Using <command>dump</command> over <application>ssh</application></title>
<screen>&prompt.root; <userinput>/sbin/dump -0uan -f - /usr | gzip -2 | ssh1 -c blowfish \
<screen>&prompt.root; <userinput>/sbin/dump -0uan -f - /usr | gzip -2 | ssh -c blowfish \
targetuser@targetmachine.example.com dd of=/mybigfiles/dump-usr-l0.gz</userinput></screen>
</example>