rsnt_translations
56,420
edits
No edit summary |
No edit summary |
||
Line 94: | Line 94: | ||
=== Alternative setup === | === Alternative setup === | ||
There is another way in which you could customize the | There is another way in which you could customize the authorized keys on Ubuntu and the <i>~/.ssh/config</i> on Windows such that it may work better for some Windows GUI apps that don't let you explicitly set the <code>RemoteCommand</code> (such as WinSCP). In this case you set the <code>RemoteCommand</code> on the public key: | ||
<pre> | <pre> | ||
jaime@ubuntu:~/custom_ssh$ cat /home/jaime/custom_ssh/authorized_keys | jaime@ubuntu:~/custom_ssh$ cat /home/jaime/custom_ssh/authorized_keys | ||
Line 105: | Line 105: | ||
</pre> | </pre> | ||
You may still | You may still <code>ssh ubuntu -p 2222</code> after that from a shell on Windows. | ||
=== Setup with MobaXterm === | === Setup with MobaXterm === | ||
Line 113: | Line 113: | ||
[[File:MobaXterm-VSL-localdriveC.jpg]] | [[File:MobaXterm-VSL-localdriveC.jpg]] | ||
=== Outstanding | === Outstanding challenges === | ||
With this setup you may be prompt for MFA-duo authentication only on the first session. Subsequently multiple ssh sessions can be started on cedar without MFA. This also works fine to get remote shells on cedar from several apps running natively on Windows. I already tried for WinSCP, but we can assume if will work for other apps with some tweaks. | With this setup you may be prompt for MFA-duo authentication only on the first session. Subsequently multiple ssh sessions can be started on cedar without MFA. This also works fine to get remote shells on cedar from several apps running natively on Windows. I already tried for WinSCP, but we can assume if will work for other apps with some tweaks. | ||