summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-09-12 17:51:55 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-09-12 17:51:55 +0000
commit6f672c09545b730a8763b42bf5418463f6ae2679 (patch)
treec8f89ed4aab4c97dfce981ffa1097165febf0597
parent5fccbc233957671774d925c8dc6694c7236b56a0 (diff)
- stevesk@cvs.openbsd.org 2001/08/29 23:02:21
[sshd.8] add text about -u0 preventing DNS requests; ok markus@
-rw-r--r--ChangeLog5
-rw-r--r--sshd.814
2 files changed, 17 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 191e525b6..5316a52f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,6 +46,9 @@
46 [scp.c] 46 [scp.c]
47 clear the malloc'd buffer, otherwise source() will leak malloc'd 47 clear the malloc'd buffer, otherwise source() will leak malloc'd
48 memory; ok theo@ 48 memory; ok theo@
49 - stevesk@cvs.openbsd.org 2001/08/29 23:02:21
50 [sshd.8]
51 add text about -u0 preventing DNS requests; ok markus@
49 52
5020010815 5320010815
51 - (bal) Fixed stray code in readconf.c that went in by mistake. 54 - (bal) Fixed stray code in readconf.c that went in by mistake.
@@ -6369,4 +6372,4 @@
6369 - Wrote replacements for strlcpy and mkdtemp 6372 - Wrote replacements for strlcpy and mkdtemp
6370 - Released 1.0pre1 6373 - Released 1.0pre1
6371 6374
6372$Id: ChangeLog,v 1.1498 2001/09/12 17:49:48 mouring Exp $ 6375$Id: ChangeLog,v 1.1499 2001/09/12 17:51:55 mouring Exp $
diff --git a/sshd.8 b/sshd.8
index 63720c7d9..e98cfdd61 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.143 2001/08/22 16:30:02 stevesk Exp $ 37.\" $OpenBSD: sshd.8,v 1.144 2001/08/29 23:02:21 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -268,6 +268,18 @@ indicates that only dotted decimal addresses
268should be put into the 268should be put into the
269.Pa utmp 269.Pa utmp
270file. 270file.
271.Fl u0
272is also be used to prevent
273.Nm
274from making DNS requests unless the authentication
275mechanism or configuration requires it.
276Authentication mechanisms that may require DNS include
277.Cm RhostsAuthentication ,
278.Cm RhostsRSAAuthentication ,
279.Cm HostbasedAuthentication
280and using a
281.Cm from="pattern-list"
282option in a key file.
271.It Fl D 283.It Fl D
272When this option is specified 284When this option is specified
273.Nm 285.Nm