Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisione Revisione precedente
Prossima revisione
Revisione precedente
vlsi:workbook:computing:remote [21/11/2013 01:27]
pacher
vlsi:workbook:computing:remote [09/04/2014 17:14] (versione attuale)
pacher
Linea 162: Linea 162:
    * //​[[http://​www.linux.ucla.edu/​~phaethon/​xming_cadence/​xming_cadence.html]]//​    * //​[[http://​www.linux.ucla.edu/​~phaethon/​xming_cadence/​xming_cadence.html]]//​
  
-===== Remote desktop access with NX Client =====+====== Remote desktop access with NX Client ​======
  
 NX Client dovrebbe essere.... piu' veloce! e quindi si dovrebbe riuscire ​ NX Client dovrebbe essere.... piu' veloce! e quindi si dovrebbe riuscire ​
Linea 183: Linea 183:
  
  
 +
 +====== Setting up a VNC connection ======
 +
 +
 +Page:
 +
 +[[vlsi:​workbook:​computing:​remote:​vnc|VNC VLSI]]
  
  
Linea 198: Linea 205:
 through a simple ''​ssh''​. through a simple ''​ssh''​.
  
-However, sometimes you might need to access your VLSI account at home or from another ​insitute+However, sometimes you might need to access your VLSI account at home or from another ​institute
 To do this, you must first connect through <​nowiki>​SSH</​nowiki>​ to a machine of the INFN computing cluster. To do this, you must first connect through <​nowiki>​SSH</​nowiki>​ to a machine of the INFN computing cluster.
 If you don't have an INFN computing account read [[computing_accounts|here]] how to obtain it. If you don't have an INFN computing account read [[computing_accounts|here]] how to obtain it.
Linea 251: Linea 258:
 [[http://​en.wikipedia.org/​wiki/​SSH_File_Transfer_Protocol|SSH File Transfer Protocol (SFTP)]] [[http://​en.wikipedia.org/​wiki/​SSH_File_Transfer_Protocol|SSH File Transfer Protocol (SFTP)]]
 programs can be performed. ​ programs can be performed. ​
 +
 +
 +:!: //​**Note**//​ \\
 +It's possible to disable ''​scp''​ and ''​sftp''​ and have only SSH access, quindi
 +tutto il seguito ha senso solo se la remote machine e' configurata per permetter scp/sftp!
 +Il permesso viene definito nel file di configurazione di ssh ''/​etc/​ssh/​sshd_config''​
 +
 +<​code>​
 +# override default of no subsystems
 +Subsystem sftp ​   /​usr/​libexec/​openssh/​sftp-server
 +</​code>​
 +
 +Se questa linea e' commentata... allora niente scp/sfp sulla macchina!
 +
  
 ===== ===== ===== =====