summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEugene V. Lyubimkin <jackyf@1501-debian>2008-11-02 14:10:17 +0200
committerEugene V. Lyubimkin <jackyf@1501-debian>2008-11-02 14:10:17 +0200
commitb2d941c5f99ac1cf396bb7b7959cd0683051ef28 (patch)
treedf334d0cd283617c34f59cbc5850dc10b30dc7d9 /doc
parentc06b16a905570845c372f10bb0b310bd7a667945 (diff)
Removed notice that ssh/rsh access cannot use password authentication from sources.list manpage.
Diffstat (limited to 'doc')
-rw-r--r--doc/sources.list.5.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml
index bb154b3b0..8b041391a 100644
--- a/doc/sources.list.5.xml
+++ b/doc/sources.list.5.xml
@@ -164,8 +164,8 @@ deb http://http.us.debian.org/debian dists/stable-updates/
<varlistentry><term>rsh</term><term>ssh</term>
<listitem><para>
The rsh/ssh method invokes rsh/ssh to connect to a remote host
- as a given user and access the files. No password authentication is
- possible, prior arrangements with RSA keys or rhosts must have been made.
+ as a given user and access the files. It is a good idea to do prior
+ arrangements with RSA keys or rhosts.
Access to files on the remote uses standard <command>find</command> and
<command>dd</command>
commands to perform the file transfers from the remote.</para></listitem>