=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/monitor.c,v retrieving revision 1.145 retrieving revision 1.146 diff -u -r1.145 -r1.146 --- src/usr.bin/ssh/monitor.c 2015/02/20 22:17:21 1.145 +++ src/usr.bin/ssh/monitor.c 2015/04/17 04:32:31 1.146 @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor.c,v 1.145 2015/02/20 22:17:21 djm Exp $ */ +/* $OpenBSD: monitor.c,v 1.146 2015/04/17 04:32:31 djm Exp $ */ /* * Copyright 2002 Niels Provos * Copyright 2002 Markus Friedl @@ -1185,6 +1185,9 @@ { socklen_t fromlen; struct sockaddr_storage from; + + if (options.use_login) + return; /* * Get IP address of client. If the connection is not a socket, let