diff options
Diffstat (limited to 'sshd.c')
-rw-r--r-- | sshd.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshd.c,v 1.506 2018/03/03 03:15:51 djm Exp $ */ | 1 | /* $OpenBSD: sshd.c,v 1.507 2018/04/10 00:10:49 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -1336,7 +1336,7 @@ server_accept_loop(int *sock_in, int *sock_out, int *newsock, int *config_s) | |||
1336 | * return an error if any are found). Basically we are worried about | 1336 | * return an error if any are found). Basically we are worried about |
1337 | * source routing; it can be used to pretend you are somebody | 1337 | * source routing; it can be used to pretend you are somebody |
1338 | * (ip-address) you are not. That itself may be "almost acceptable" | 1338 | * (ip-address) you are not. That itself may be "almost acceptable" |
1339 | * under certain circumstances, but rhosts autentication is useless | 1339 | * under certain circumstances, but rhosts authentication is useless |
1340 | * if source routing is accepted. Notice also that if we just dropped | 1340 | * if source routing is accepted. Notice also that if we just dropped |
1341 | * source routing here, the other side could use IP spoofing to do | 1341 | * source routing here, the other side could use IP spoofing to do |
1342 | * rest of the interaction and could still bypass security. So we | 1342 | * rest of the interaction and could still bypass security. So we |