- Use > for >

- Add some replaceable tags
- Punctuation fix
- Add some manual page entities
This commit is contained in:
Marc Fonvieille 2003-08-13 08:28:04 +00:00
parent af09277c50
commit 646b50862b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17845

View file

@ -3893,8 +3893,8 @@ user@example.com's password: <userinput>*******</userinput></screen>
</indexterm>
<indexterm><primary><command>scp</command></primary></indexterm>
<para>The <command>scp</command> command works similarly to
<command>rcp</command>; it copies a file to or from a remote machine,
<para>The &man.scp.1; command works similarly to
&man.rcp.1;; it copies a file to or from a remote machine,
except in a secure fashion.</para>
<screen>&prompt.root; <userinput> scp <replaceable>user@example.com:/COPYRIGHT COPYRIGHT</replaceable></userinput>
@ -3903,15 +3903,15 @@ COPYRIGHT 100% |*****************************| 4735
00:00
&prompt.root;</screen>
<para>Since the fingerprint was already saved for this host in the
previous example, it is verified when using <command>scp</command>
previous example, it is verified when using &man.scp.1;
here.</para>
<para>The arguments passed to <command>scp</command> are similar
to <command>cp</command>, with the file or files in the first
<para>The arguments passed to &man.scp.1; are similar
to &man.cp.1;, with the file or files in the first
argument, and the destination in the second. Since the file is
fetched over the network, through SSH, one or more of the file
arguments takes on the form
<option>user@host:&lt;path_to_remote_file></option>.</para>
<option>user@host:&lt;path_to_remote_file&gt;</option>.</para>
</sect2>
@ -3940,9 +3940,9 @@ COPYRIGHT 100% |*****************************| 4735
<title>ssh-keygen</title>
<para>Instead of using passwords, &man.ssh-keygen.1; can
be used to generate RSA keys to authenticate a user.</para>
be used to generate RSA keys to authenticate a user:</para>
<screen>&prompt.user; <userinput>ssh-keygen -t rsa1</userinput>
<screen>&prompt.user; <userinput>ssh-keygen -t <replaceable>rsa1</replaceable></userinput>
Initializing random number generator...
Generating p: .++ (distance 66)
Generating q: ..............................++ (distance 498)