To access remote emulab server, you need to add a ssh key on emulab plataform. After that, start the server on panel and access from your machina using terminal.
$ ssh [email protected]
$ scp {{file}} [email protected]:{{file_path_on_server}}
To zip folder:
$ tar -zcvf {{archive.tar.gz}} {{directory/}}
To unzip folder:
$ tar -zxvf {{archive.tar.gz}}