# How to use codon.uef.fi as a gateway to Isilon storage From outside of the University of Eastern Finland network people have to use codon.uef.fi –SSH Gateway server for to be able to connect the new Isilon storage of IT Centre. This guide will provide two ways for both Unix machines and for the Windows machines on how to do it easily. ## Linux / OSX / Cygwin Add following lines to **$HOME/.ssh/config** Host intron.uef.fi ProxyCommand ssh uefad-id@codon.uef.fi nc %h %p Then change the permissions of the $HOME/.ssh/config file $ chmod 600 $HOME/.ssh/config Then you can directly connect to the intron.uef.fi with sftp / scp tool. $ sftp uefad-id@intron.uef.fi $ ssh uefad-id@intron.uef.fi ## Windows 1. Download and install WinSCP https://winscp.net/eng/download.php 2. Open WinSCP and go to Advanced options 3. Go to Connection -> Tunnel (Figure 1) 4. Select “Connect though SSH tunnel set following settings: hostname: codon.uef.fi username: UEFAD username password: UEFAD password 5. Finally connect to server of your choice from the Sessions panel. For example intron.uef.fi. (Figure 2) {{:infrastructure:guides:winscp01.png|}} ** Figure 1 ** {{:infrastructure:guides:winscp01.png|}} ** Figure 2 **