Page MenuHomeFreeBSD

D29977.id88129.diff
No OneTemporary

D29977.id88129.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
Sat, Mar 28, 7:37 AM (11 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30464200
Default Alt Text
D29977.id88129.diff (390 B)

Event Timeline