Login.uib.no
From IThelp
Login.uib.no is open for logins through ssh from the world. You can use commands like scp, rsync and sftp too to transfer files or you can connect to other machines on camus (e.g. your work station or computing servers). Login uses the UiB Linux Client setup.
Guides
Copy files using scp/sftp on Windows
Use WinSCP or SSH Secure Shell or similar software that supports scp/sftp and point it to login.uib.no on port 22 using protocol ssh/scp/sftp.
Copy files using rsync on Linux
Copy from login to local linux
rsync -vr bruker@login.uib.no:katalog/fil .
Copy from local Linux to login
rsync -vr katalog/fil bruker@login.uib.no:.
Setup
Login is in reality two machines, placed at different locations for redundancy. The nodes Login1 and Login2 will automatically take both addresses if it looses contact with the other. When one connect to login.uib.no one will be connected to a random node, but you may also use the direct address (e.g. login1.uib.no) if need be.