Created
January 31, 2018 15:14
-
-
Save larshb/734aa17f185e9cc91cf1763c88302b41 to your computer and use it in GitHub Desktop.
X-Win32 session script for connecting to NTNU's Venus cluster and opening a browser window
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Session> | |
<HideOnStart>false</HideOnStart> | |
<Module>ssh</Module> | |
<Name>Venus Browse</Name> | |
<NewInstance>never</NewInstance> | |
<Settings> | |
<Command>nautilus --no-desktop --browser</Command> | |
<Host>venus.tele.ntnu.no</Host> | |
<UseCompression>true</UseCompression> | |
</Settings> | |
<ShowStatus>on likely error</ShowStatus> | |
<WindowMode>default</WindowMode> | |
</Session> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment