diff --git a/content/connecting/terminal.md b/content/connecting/terminal.md index 9951e798371291d9c93f1eb91a79057a666d8303..785ac13b64324f80db8fe4503995c1b16edfe17c 100644 --- a/content/connecting/terminal.md +++ b/content/connecting/terminal.md @@ -66,8 +66,8 @@ Type `yes` to indicate that you do intend to connect to Crane. You will then be prompted for your password. -{{% notice info %}}**Note that when entering your password, the characters you type will -not be displayed on screen for security reasons.**{{% /notice %}} +{{% notice info %}}Note that when entering your password, the characters you type will +not be displayed on screen for security reasons.{{% /notice %}} Once the account password is entered successfully, two-factor authentication prompt will appear. @@ -93,10 +93,12 @@ if your prompt changes to the following: ### Next Steps: Now that you are connected, check out these resources to learn more: + - [Handling Data]({{< relref "../handling_data/">}}) - [Running Applications]({{< relref "../applications/">}}) - [Submitting Jobs]({{< relref "../submitting_jobs/">}}) If you are not familiar with using command line Linux, check out these resources: + - [Basic Linux Commands]({{< relref "basic_linux_commands">}}) - [Software Carpentry Introduction to the Unix Shell Lesson](http://swcarpentry.github.io/shell-novice/)