Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add user to ssh commands

...

We recommend the following combined command for an interactive session (replace USERNAME with your lowercase username):

Code Block
ssh -t feUSERNAME@fe.noctua1.pc2.uni-paderborn.de ssh noctua1

...

If you want to connect to the last connected frontend, then use this command:

Code Block
ssh -t feUSERNAME@fe.noctua1.pc2.uni-paderborn.de ssh noctua1-last

If you need to a run graphical application, the -X option should be used, which enables X11 forwarding with X11 SECURITY extension. The complete command is

Code Block
ssh -X -t feUSERNAME@fe.noctua1.pc2.uni-paderborn.de ssh -X noctua1

...

We recommend the following combined command for an interactive session (replace USERNAME with your lowercase username):

Code Block
ssh -t feUSERNAME@fe.noctua2.pc2.uni-paderborn.de ssh noctua2

...

If you want to connect to the last connected frontend, then use this command:

Code Block
ssh -t feUSERNAME@fe.noctua2.pc2.uni-paderborn.de ssh noctua2-last

If you need to a run graphical application, the -X option should be used, which enables X11 forwarding with X11 SECURITY extension. The complete command is

Code Block
ssh -X -t feUSERNAME@fe.noctua2.pc2.uni-paderborn.de ssh -X noctua2

...