diff --git a/content/quickstarts/connecting/_index.md b/content/quickstarts/connecting/_index.md deleted file mode 100644 index f4ad513d67505bd09926cec15c1438608c27ec01..0000000000000000000000000000000000000000 --- a/content/quickstarts/connecting/_index.md +++ /dev/null @@ -1,10 +0,0 @@ -+++ -title = "How to Connect" -description = "What is a cluster and what is HPC" -weight = "9" -+++ -Connecting to one of our clusters is very simple. In a terminal or command prompt, type `ssh <username>@crane.unl.edu` and the corresponding password to get access to the HCC cluster **Crane**. -{{< highlight bash >}} -$ ssh <username>@crane.unl.edu -$ <password> -{{< /highlight >}}