macOS Sierra with SSH

macOS Sierra with SSH

If you upgraded to macOS Sierra (beta or the new publicly available today 10/20/16), you might have issues with SSHing into servers – especially Linux. That’s because newer versions of Linux and Mac require better encryption. The default has always been 3des,...

Centos & SSH2: Properly installing

Everything is harder on Centos, and that includes ssh2. If you’re having issues, here are the steps below. 1. First you have to install the following packages: yum install automake make php-devel libtool openssl-devel gcc++ gcc 2. Next, change to the following...