Update home authored by Emilie Huffman's avatar Emilie Huffman
......@@ -16,7 +16,7 @@ The log-in "Domain" is "julia."
1. Set up an ssh key pair with your local machine.
2. Launch an instance with this key pair selected.
3. Assign a floating IP to the instance (under "Actions").
4. Log in to the machine using `ssh -i <key_name> <username>@<instance_floating_ip>`.
4. Log in to the machine using `ssh -i <key_name> debian@<instance_floating_ip>`. (use debian or ubuntu, depending on the OS for the machine)
## Storage
To transfer files, use the domain julia-storage.uni-wuerzburg.de
......
......