Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161813295
D29977.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
390 B
Referenced Files
None
Subscribers
None
D29977.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D29977: sshd: cache remote hostname for sandboxed child
Attached
Detach File
Event Timeline
Log In to Comment