diff options
-rw-r--r-- | debian/README.Debian | 12 |
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 | |||
21 | This is now the default setting (in line with upstream), and people | 21 | This is now the default setting (in line with upstream), and people |
22 | who asked for an automatically-generated configuration file when | 22 | who asked for an automatically-generated configuration file when |
23 | upgrading from potato (or on a new install) will have this setting in | 23 | upgrading from potato (or on a new install) will have this setting in |
24 | their /etc/ssh/sshd_config file. | 24 | their /etc/ssh/sshd_config file. |
25 | 25 | ||
26 | Should you wish to change this setting, edit /etc/ssh/sshd_config, and | 26 | Should you wish to change this setting, edit /etc/ssh/sshd_config, and |
27 | change: | 27 | change: |
@@ -144,7 +144,7 @@ OTHER ISSUES | |||
144 | Due to Debian bug #164325, RhostsRSAAuthentication can only be used if ssh | 144 | Due to Debian bug #164325, RhostsRSAAuthentication can only be used if ssh |
145 | is SUID. Until this is fixed, if that is a problem, use: | 145 | is SUID. Until this is fixed, if that is a problem, use: |
146 | 146 | ||
147 | dpkg-statoverride | 147 | dpkg-statoverride |
148 | 148 | ||
149 | or if that's also missing, use this: | 149 | or if that's also missing, use this: |
150 | 150 | ||
@@ -183,17 +183,17 @@ keys, it does this for you. | |||
183 | ------------------------ | 183 | ------------------------ |
184 | 184 | ||
185 | non-free ssh supported the usage of the option -L to use a non privileged | 185 | non-free ssh supported the usage of the option -L to use a non privileged |
186 | port for scp. This option will not be supported by scp from openssh. | 186 | port for scp. This option will not be supported by scp from openssh. |
187 | 187 | ||
188 | Please use instead scp -o "UsePrivilegedPort=no" as documented in the | 188 | Please use instead scp -o "UsePrivilegedPort=no" as documented in the |
189 | manpage to scp itself. | 189 | manpage to scp itself. |
190 | 190 | ||
191 | Problem logging in because of TCP-Wrappers | 191 | Problem logging in because of TCP-Wrappers |
192 | ------------------------------------------ | 192 | ------------------------------------------ |
193 | 193 | ||
194 | ssh is compiled with support for tcp-wrappers. So if you can no longer | 194 | ssh is compiled with support for tcp-wrappers. So if you can no longer |
195 | log into your system, please check that /etc/hosts.allow and /etc/hosts.deny | 195 | log into your system, please check that /etc/hosts.allow and /etc/hosts.deny |
196 | are configured so that ssh is not blocked. | 196 | are configured so that ssh is not blocked. |
197 | 197 | ||
198 | Kerberos support | 198 | Kerberos support |
199 | ---------------- | 199 | ---------------- |