Just relax, take it easy..

0%

SSH to UNSW CSE Server Without Password

It's so painful to input password every time login to cse server, so this article will show u how to ssh cse server without password.

The CSE login servers doc: http://taggi.cse.unsw.edu.au/FAQ/Accessing_CSE_login_servers/

##My solution:

##Another tips:

  • Use sshfs to mount the whole disk to ur own maschine
    1
    2
    mkdir /tmp/ssh
    alias zsshfs='sshfs z5082423@login.cse.unsw.edu.au:/import/adams/2/z5082423 /tmp/ssh'