Tag: SSH

  • The best and simple way to establish SSH Tunnel on Mac OS X with Coda 2

    I’ve had an opportunity to work on a very tight security Internet server that was blocking the external SFTP access but only allowed us to access via the SSH Tunnel of the different server. In addition, the authentification required RSA key authorization for the project. Whereas Windows has WinSCP, the free and easy FTP client. You can directly access the SFTP server via SSH Tunnel as a built-in function using RCA secret key authorization method. However, none of famous Mac OS X FTP clients offer SSH Tunnel function as WinSCP does. Recently my main coding application has been Coda 2. It’s fantastic software, but it doesn’t really allow you to […]