Closed Bug 909421 Opened 11 years ago Closed 11 years ago

please make adjustments to ssh config on GPO managed ix machines

Categories

(Infrastructure & Operations :: RelOps: General, task)

x86_64
Linux
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bhearsum, Assigned: q)

References

Details

I've been working on some new tools that will allow us to do better automated recovery of machines. In order for them to work well with Windows we need some adjustments made to their ssh configs. Specifically, the following needs to be set in kts.ini:
allow_disconnected_sessions = 0
auto_reconnect_session = 0
ban_max_connections = 0
buff_height = 2000
idle_timeout = 900
io_timeout = 900

And the following needs to be put into scripts\allusers.bat:
c:\mozilla-build\msys\bin\bash.exe --login


I'm assuming that you can make this change to t-w732-*, t-xp32-*, and t-w864-*. Please let me know if this is incorrect or not possible so I can figure out an alternative.

I'll be deploying to w64-ix-* by hand, as they aren't managed.
Summary: please make adjustments to GPO managed ix machines → please make adjustments to ssh config on GPO managed ix machines
Assignee: relops → q
After speaking with Amy on IRC I should also note that we'll want the new imaging procedure for the 2008R2 machines to apply these changes as well.
Blocks: 781277
The beauty of the new management system is that all systems new or yet to be installed will get the change. 

Most of the changes were already in and I added the missing items.

I made a small change to your allusers.bat request from:

C:\mozilla-build\msys\bin\bash.exe --login

to:

%SYSTEMDRIVE%\mozilla-build\msys\bin\bash.exe --login
Changes being pushed now and will be picked up at next reboot. Verified bash change and getting the following prompt result on ssh login:

cltbld@IX-MN-W732-002 ~
$
(In reply to Q from comment #2)
> The beauty of the new management system is that all systems new or yet to be
> installed will get the change. 

Awesome.

Per IRC, things look good now. Thanks!
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.