Monthly Archives: September 2013

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

Git

How to use Git Create a remote repository Create a local repository Add files to the local repository push the local files to the remote repository Create a remote repository How to setup a git server is in a different page. I’m going to concentrate on how to create a repository in a remote server […]

Posted in git

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