From 1a28ec451faed410be1f3b62b36c299f1a36de7a Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Wed, 7 Dec 2022 09:18:32 +0100 Subject: [PATCH] Update putty.md --- .../shell-access-and-data-transfer/putty.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs.it4i/general/accessing-the-clusters/shell-access-and-data-transfer/putty.md b/docs.it4i/general/accessing-the-clusters/shell-access-and-data-transfer/putty.md index 414b1e1ea..a17af771a 100644 --- a/docs.it4i/general/accessing-the-clusters/shell-access-and-data-transfer/putty.md +++ b/docs.it4i/general/accessing-the-clusters/shell-access-and-data-transfer/putty.md @@ -12,9 +12,9 @@ We recommend you to download "**A Windows installer for everything except PuTTYt ## PuTTY - How to Connect to the IT4Innovations Cluster * Run PuTTY -* Enter Host name and Save session fields with login address and browse Connection - SSH - Auth menu. The _Host Name_ input may be in the format **"username@clustername.it4i.cz"** so you do not have to type your login each time. In this example, we will connect to the Salomon cluster using **"salomon.it4i.cz"**. +* Enter Host name and Save session fields with login address and browse Connection - SSH - Auth menu. The _Host Name_ input may be in the format **"username@clustername.it4i.cz"** so you do not have to type your login each time. In this example, replace the word `cluster` in the `cluster.it4i.cz` address with the name of the cluster to which you want to connect. - + * Category - Connection - SSH - Auth: Select Attempt authentication using Pageant. @@ -25,13 +25,13 @@ We recommend you to download "**A Windows installer for everything except PuTTYt * Return to Session page and Save selected configuration with _Save_ button. - + * Now you can log in using _Open_ button. - + -* Enter your username if the _Host Name_ input is not in the format "username@salomon.it4i.cz". +* Enter your username if the _Host Name_ input is not in the format "username@cluster.it4i.cz". * Enter passphrase for selected private key file if Pageant **SSH authentication agent is not used.** ## Another PuTTY Settings -- GitLab