diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2020-04-17 03:34:43 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2020-04-17 03:34:43 +0000 |
commit | 98efe5801c9b6433772572d4ee3e09d02c17029d (patch) | |
tree | 570640a97266112f008c9a33e9db83df6b1d9d36 | |
parent | 40a6f00b351e52bbc155980cd25cf023d71ddfc1 (diff) |
mention that /etc/hosts.equiv and /etc/shosts.equiv are not
considered for HostbasedAuthentication when the target user is
root; bz3148
-rw-r--r-- | usr.bin/ssh/ssh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 8c2792db02e..dce5f404b3a 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -33,8 +33,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.411 2020/02/16 21:15:43 naddy Exp $ -.Dd $Mdocdate: February 16 2020 $ +.\" $OpenBSD: ssh.1,v 1.412 2020/04/17 03:34:42 djm Exp $ +.Dd $Mdocdate: April 17 2020 $ .Dt SSH 1 .Os .Sh NAME @@ -843,7 +843,7 @@ If the machine the user logs in from is listed in .Pa /etc/hosts.equiv or .Pa /etc/shosts.equiv -on the remote machine, and the user names are +on the remote machine, the user is non-root and the user names are the same on both sides, or if the files .Pa ~/.rhosts or |