cc_staff
290
edits
No edit summary |
|||
Line 125: | Line 125: | ||
Success. Logging you in...}} | Success. Logging you in...}} | ||
=== Configuring your SSH client with ControlMaster, to only ask every so often === <!--T:17--> | === Configuring your SSH client with ControlMaster, to only ask every so often (Linux and MacOS)=== <!--T:17--> | ||
If you use OpenSSH to connect, you can reduce how frequently you are asked for a second factor. To do so, edit your <code>.ssh/config</code> to add the lines: | If you use OpenSSH to connect, you can reduce how frequently you are asked for a second factor. To do so, edit your <code>.ssh/config</code> to add the lines: | ||
Line 138: | Line 138: | ||
<!--T:41--> | <!--T:41--> | ||
Note that the above ControlMaster mechanism (a.k.a. Multiplexing) doesn't work with native Windows, in which case [https://learn.microsoft.com/en-gb/windows/wsl/about Windows Subsystem for Linux] will be required. | Note that the above ControlMaster mechanism (a.k.a. Multiplexing) doesn't work with native Windows, in which case [https://learn.microsoft.com/en-gb/windows/wsl/about Windows Subsystem for Linux] will be required. [[https://docs.alliancecan.ca/wiki/Configuring_WSL_as_a_ControlMaster_relay_server|See the link below]] | ||
=== [[Configuring WSL as a ControlMaster relay server]] === | === [[Configuring WSL as a ControlMaster relay server]] === |