Accesso terminale remoto (SSH)

English version below

 

È buona regola, quando ci si deve collegare ad un server remoto, evitare l'uso di programmi quali TELNET e FTP in quanto tutti i dati e in particolare la password dell'utente transitano in chiaro e possono  essere facilmente intercettati da un malintenzionato.
Per evitare spiacevoli sorprese è quindi consigliato l'uso di un software client SSH (TCP porta 22) che cripti la comunicazione.

L'accesso dall'esterno del dipartimento è stato limitato al solo server login.dei.unipd.it.
Se si avesse necessità di raggiungere una qualunque altra postazione bisognerà quindi collegarsi prima a login.dei.unipd.it e da lì connettersi alla macchina desiderata (con il comando ssh nome_macchina).

Windows
Scaricare il client  MobaXterm oppure PuTTY oppure Bitvise Tunnelier.
L'uso di PuTTY è molto intuitivo, basta solo stare attenti nel scegliere come protocollo di comunicazione SSH e non TELNET.

Linux
Normalmente tutte le distribuzioni GNU Linux includono il comando ssh ( ed scp per il trasferimento dei file):

 ssh nomeutente@login.dei.unipd.it

Per il trasferimento dei file è possibile utilizzare anche un client grafico come Filezilla.

macOS
Analogamente a Linux, il comando ssh è incluso nel sistema operativo ed è possibile installare un client grafico come Filezilla.

 

___________________________________________________________
ENGLISH VERSION

It is a good rule, when you need to connect to a remote server, to avoid the use of programs such as TELNET and FTP as all data and in particular the user's password will pass in clear text and can be easily intercepted by an attacker.
To avoid unpleasant surprises it is therefore recommended the usage of an SSH client software (through TCP port 22) that encrypts the communication.
Access from outside the department has been limited to the login.dei.unipd.it server only.
If you need to reach any other station, you must first connect to login.dei.unipd.it and from there connect to the desired machine (with ssh machine_name).

Windows
Download the MobaXterm client or PuTTY or Bitvise Tunnelier.
The use of PuTTY is very intuitive, just be careful when choosing the protocol: it should be SSH and not TELNET.

Linux
Normally, all GNU Linux distributions include the ssh command (and scp for file transfer):

ssh username@login.dei.unipd.it

For the file transfer it is also possible to use a graphical client such as Filezilla.

MacOS
Similarly to Linux, the ssh command is included in the operating system and it is possible to install a graphical file transfer client such as Filezilla.