Accesso terminale remoto (SSH)

È 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 http://mobaxterm.mobatek.net/ oppure SSH Putty (http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) oppure Bitvise Tunnelier (https://www.bitvise.com/ssh-client-download).
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 files)

 ssh nomeutente@login.dei.unipd.it

Per il trasferimento dei file e' possibile utilizzare anche un client grafico come Filezilla https://filezilla-project.org/

MacOS
Analogamente a Linux, il comando ssh e' incluso nel sistema operativo ed e' possibile installare un client grafico come Filezilla https://filezilla-project.org/

ENGLISH VERSION

It is a good rule, when you have 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 pass in clear text and can be easily intercepted by an attacker.
To avoid unpleasant surprises it is therefore recommended to use an SSH client software (TCP port 22) that encrypts the communication.
Access from outside the department was 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 the ssh command name_machine).

Windows
Download the MobaXterm client http://mobaxterm.mobatek.net/ or SSH Putty (http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) or Bitvise Tunnelier (https: // www .bitvise.com / ssh-client-download).
The use of PuTTY is very intuitive, just be careful in choosing SSH and non-SSH communication protocol (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 https://filezilla-project.org/

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 https://filezilla-project.org/