From 06cd8e8512cc14ca461314bdc646f3565eae614b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz> Date: Thu, 21 Jun 2018 07:28:27 +0200 Subject: [PATCH] fix shell-and-data-access.md RT: https://support.it4i.cz/rt/Ticket/Display.html?id=13132 Fixes #62 --- docs.it4i/anselm/shell-and-data-access.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs.it4i/anselm/shell-and-data-access.md b/docs.it4i/anselm/shell-and-data-access.md index ce096b193..2f24d18cc 100644 --- a/docs.it4i/anselm/shell-and-data-access.md +++ b/docs.it4i/anselm/shell-and-data-access.md @@ -65,14 +65,12 @@ Example to the cluster login: ## Data Transfer -Data in and out of the system may be transferred by the [scp](http://en.wikipedia.org/wiki/Secure_copy) and sftp protocols. (Not available yet.) In case large volumes of data are transferred, use dedicated data mover node dm1.anselm.it4i.cz for increased performance. +Data in and out of the system may be transferred by the [scp](http://en.wikipedia.org/wiki/Secure_copy). | Address | Port | Protocol | | --------------------- | ---- | --------- | | anselm.it4i.cz | 22 | scp, sftp | | login1.anselm.it4i.cz | 22 | scp, sftp | -| login2.anselm.it4i.cz | 22 | scp, sftp | -| dm1.anselm.it4i.cz | 22 | scp, sftp | The authentication is by the [private key](../general/accessing-the-clusters/shell-access-and-data-transfer/ssh-keys/) -- GitLab