SSH Tunneling on Linux and Mac
Do you need to tunnel to another machine frequently? Would you like an App to save time and make it […]
Do you need to tunnel to another machine frequently? Would you like an App to save time and make it […]
If you want to connect to a host by using a password instead of a public key you can use […]
If you are experiencing this issue read on for the official solution from Ubuntu. Encrypted Home Directory If you have […]
A couple things to check if you this type of error. The error is given by the client. So check […]
Many posts written about this topic. The solution that will work is to add a keyboard mapping on the host […]
Solution: This may be caused by a directive in the /etc/ssh/ssh_config file. To allow login with RSA key you need […]
Set permissions with chmod 700 .ssh chmod 600 .ssh/authorized_keys If find the following in your logs. sshd[28426]: error: Could […]
Deploying with web hook Place a file with the line below in your web root. Have the web hook on […]
Use this command ssh-keygen -R hostname For example, ssh-keygen -R server2.mycompany.net This will allows changes to known_hosts to […]
http://fitxers.oriolrius.cat/2160/howto-ssh-php.html Make SSH connections with PHP Not everyone knows about PHP‘s capabilities of making SSH connections and executing remote […]
You must be logged in to post a comment.