Page MenuHomeFreeBSD

D29977.diff
No OneTemporary

D29977.diff

Index: sshd.c
===================================================================
--- sshd.c
+++ sshd.c
@@ -2159,6 +2159,10 @@
*/
remote_ip = ssh_remote_ipaddr(ssh);
+#ifdef HAVE_LOGIN_CAP
+ /* Cache remote hostname for sandboxed child. */
+ auth_get_canonical_hostname(ssh, options.use_dns);
+#endif
#ifdef SSH_AUDIT_EVENTS
audit_connection_from(remote_ip, remote_port);
#endif

File Metadata

Mime Type
text/plain
Expires
Wed, Jul 8, 2:08 AM (6 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34823962
Default Alt Text
D29977.diff (390 B)

Event Timeline