Category Archives: SSH

SSH

tunnel ports settings in Windows 7 if you try to setup tunneling in the ssh clients mostly the client will crash. the easy way is to find the config file for ssh client in the folder C:\Users\kamarj\AppData\Roaming\SSH each profile will be stored as default.ssh2 or jc.ssh2 (the two profiles that i have now). Open the […]

Posted in SSH

How to SSH without password

Sometimes you want to have the luxury of connecting to your linux server without using the password. One example is running a git server in your linux machine. If you are running a git server and every time you push your changes you have to enter the password. If you use the RSA public and […]

Posted in SSH