Skip to content

Instantly share code, notes, and snippets.

@larshb
Created January 31, 2018 15:14
Show Gist options
  • Save larshb/734aa17f185e9cc91cf1763c88302b41 to your computer and use it in GitHub Desktop.
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
<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