meta data for this page
Network programming @ Noppa | @ wiki - Updated: — julaakko 2009/09/28 14:43
How to use university resources remotely
First see information for students and class 6325 information.
Connecting with ssh outside university
Seems to work only from Lnet. If you are member of Ruut you can connect tossh.lut.fi
fromjumi/lame/raato.lut.fi
.
- Connect with ssh to ssh.lut.fi with your university account.
- E.g. ssh 0123456@ssh.lut.fi
- After login connect with ssh to selected class 6218 computer
Using graphical applications
If you have X-server running on your computer you can use graphical applications via ssh:
- Use X11 forwarding (in order to use graphical applications remotely), use e.g. ssh -X 0123456@ssh.lut.fi
- X11 forwarding needs to be enabled for every connection.
- Note: if using cygwin, use -Y instead of -X