diff --git a/content/quickstarts/connecting/for_maclinux_users.md b/content/quickstarts/connecting/for_maclinux_users.md
index 1cb4f2f01bd816ae5cd4daaa91d1d83b43742302..f5fef28bc50ca8631912be6bc15c090a28733972 100644
--- a/content/quickstarts/connecting/for_maclinux_users.md
+++ b/content/quickstarts/connecting/for_maclinux_users.md
@@ -30,11 +30,11 @@ to get access to the HCC cluster **Crane**. Note that <username>
 should be replaced by your HCC account username. If you do not have a
 HCC account, please contact a HCC specialist
 ({{< icon name="envelope" >}}[hcc-support@unl.edu] (mailto:hcc-support@unl.edu))
-or go to http://hcc.unl.edu/newusers.
-To use the **Crane** cluster, replace tusker.unl.edu with with crane.unl.edu.
+or go to https://hcc.unl.edu/newusers.
+To use the **Rhino** cluster, replace crane.unl.edu with with rhino.unl.edu.
 
 {{< highlight bash >}}
-$ ssh <username>@tusker.unl.edu
+$ ssh <username>@crane.unl.edu
 $ <password>
 {{< /highlight >}}
 
@@ -45,28 +45,28 @@ File Transferring with HCC Supercomputers
 
 For Mac/Linux users, file transferring between your personal computer
 and the HCC supercomputers can be achieved through the command `scp`.
-Here we use **Tusker** for example. **The following commands should be
+Here we use **Crane** for example. **The following commands should be
 executed from your computer. **
 
 **Uploading from local to remote**
 
 {{< highlight bash >}}
-$ scp -r ./<folder name> <username>@tusker.unl.edu:/work/<group name>/<username>
+$ scp -r ./<folder name> <username>@crane.unl.edu:/work/<group name>/<username>
 {{< /highlight >}}
 
 The above command line transfers a folder from the current directory
 (`./`) of the your computer to the `$WORK` directory of the HCC
-supercomputer, Tusker. Note that you need to replace `<group name>`
+supercomputer, Crane. Note that you need to replace `<group name>`
 and `<username>` with your HCC group name and username. 
 
 **Downloading from remote to local**
 
 {{< highlight bash >}}
-$ scp -r <username>@tusker.unl.edu:/work/<group name>/<username>/<folder name> ./
+$ scp -r <username>@crane.unl.edu:/work/<group name>/<username>/<folder name> ./
 {{< /highlight >}}
 
 The above command line transfers a folder from the `$WORK` directory of
-the HCC supercomputer, Tusker, to the current directory (`./`) of the
+the HCC supercomputer, Crane, to the current directory (`./`) of the
 your computer.
 
 ### Using Cyberduck
@@ -74,7 +74,7 @@ your computer.
 
 If you wish to use a GUI, be aware that not all programs will function
 correctly with Duo two-factor authentication.  Mac users are recommended
-to use [Cyberduck](http://cyberduck.io). It is compatible with Duo, but a 
+to use [Cyberduck](https://cyberduck.io). It is compatible with Duo, but a
 few settings need to be changed.
 
 Under **Preferences - General**, change the default protocol to SFTP:
@@ -97,7 +97,7 @@ To add an HCC machine, in the bookmarks pane click the "+" icon:
 {{< figure src="/images/7274500.png" height="450" >}}
 
 Ensure the type of connection is SFTP.  Enter the hostname of the machine 
-you wish to connect to (tusker.unl.edu, crane.unl.edu) in the **Server**
+you wish to connect to (crane.unl.edu, rhino.unl.edu) in the **Server**
 field, and your HCC username in the **Username** field.  The
 **Nickname** field is arbitrary, so enter whatever you prefer.