Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149815402
D29977.id88129.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.id88129.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
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)
Attached To
Mode
D29977: sshd: cache remote hostname for sandboxed child
Attached
Detach File
Event Timeline
Log In to Comment