Unsolved
This post is more than 5 years old
2 Intern
•
178 Posts
0
2066
April 6th, 2017 07:00
SSH time out
Can we configure SSH time out on Isilon users (Local vs LDAP) login sessions. We are currently using 7.2.* is it supported on this version ? Please provide any procedure if any
Thanks in Advance.
0 events found
No Events found!


cstacey
31 Posts
0
April 6th, 2017 07:00
Hi,
The instructions for how to do this for 8.0 are included in the latest version of the Isilon OneFS Security Configuration Guide https://support.emc.com/docu79792_OneFS-8.0.1-Security-Configuration-Guide.pdf
While those instructions have not been tested on 7.2 setting the SSH and shell timeouts are standard Unix functionality so they should work fine.
Cheers,
Chris
Peter_Sero
6 Operator
•
1.2K Posts
0
April 6th, 2017 08:00
Not exactly sure what you want to achieve?
In case you want to log out users forcefully after some period of inactivity,
this is usually done on shell level by setting
export TMOUT=120 #(120 seconds in this example)
somewhere in /etc/profile on the machine to which users log in (not where they start ssh).
On the other hand, if you happen to know exactly what sshd config parameters
you want to set, the place on Isilon is: /etc/mcp/templates/sshd_config
See OneFS 6.5 and earlier: How to restrict SSH and OneFS web administration interface access to an Isilon cluster
for general instructions on how to edit this file (while the KB article address a different question about ssh).
hth
-- Peter