summaryrefslogtreecommitdiff
path: root/debian/README.Debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-02-28 01:32:53 +0000
committerColin Watson <cjwatson@debian.org>2010-02-28 01:32:53 +0000
commitf7fcbad5841a5bee002cac9daeebd1764c51085e (patch)
tree8cf005b32c260af03a417485c66691008b615106 /debian/README.Debian
parent21c124099964a14e95d215688000b52c34bc924f (diff)
remove trailing whitespace
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 7428cdd6e..f37cce4b0 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -21,7 +21,7 @@ PermitRootLogin set to yes
21This is now the default setting (in line with upstream), and people 21This is now the default setting (in line with upstream), and people
22who asked for an automatically-generated configuration file when 22who asked for an automatically-generated configuration file when
23upgrading from potato (or on a new install) will have this setting in 23upgrading from potato (or on a new install) will have this setting in
24their /etc/ssh/sshd_config file. 24their /etc/ssh/sshd_config file.
25 25
26Should you wish to change this setting, edit /etc/ssh/sshd_config, and 26Should you wish to change this setting, edit /etc/ssh/sshd_config, and
27change: 27change:
@@ -144,7 +144,7 @@ OTHER ISSUES
144Due to Debian bug #164325, RhostsRSAAuthentication can only be used if ssh 144Due to Debian bug #164325, RhostsRSAAuthentication can only be used if ssh
145is SUID. Until this is fixed, if that is a problem, use: 145is SUID. Until this is fixed, if that is a problem, use:
146 146
147 dpkg-statoverride 147 dpkg-statoverride
148 148
149or if that's also missing, use this: 149or if that's also missing, use this:
150 150
@@ -183,17 +183,17 @@ keys, it does this for you.
183------------------------ 183------------------------
184 184
185non-free ssh supported the usage of the option -L to use a non privileged 185non-free ssh supported the usage of the option -L to use a non privileged
186port for scp. This option will not be supported by scp from openssh. 186port for scp. This option will not be supported by scp from openssh.
187 187
188Please use instead scp -o "UsePrivilegedPort=no" as documented in the 188Please use instead scp -o "UsePrivilegedPort=no" as documented in the
189manpage to scp itself. 189manpage to scp itself.
190 190
191Problem logging in because of TCP-Wrappers 191Problem logging in because of TCP-Wrappers
192------------------------------------------ 192------------------------------------------
193 193
194ssh is compiled with support for tcp-wrappers. So if you can no longer 194ssh is compiled with support for tcp-wrappers. So if you can no longer
195log into your system, please check that /etc/hosts.allow and /etc/hosts.deny 195log into your system, please check that /etc/hosts.allow and /etc/hosts.deny
196are configured so that ssh is not blocked. 196are configured so that ssh is not blocked.
197 197
198Kerberos support 198Kerberos support
199---------------- 199----------------