#ssh
4 posts tagged ssh. Clear filter
-
Setting Up Users, Permissions and Groups for SSH Access to a Shared Git Repository
If you are having permission problems using git, such as There are a couple thing you can do to remedy the situation, before moving to a full on git server like gitosis. Create your users and add...
-
Adding Public/Private Key Pairs on Mac OS X and Ubuntu for Passwordless Remote SSH Sessions
On your local machine cd into the .ssh directory in your home "/" directory. If it doesn't exist you can create it with "mkdir /.ssh". Next generate your public/private keys and copy the public key...
-
Non Standard Port Number with SSH and Git
Here is an example using the port 4567 to connect with over ssh and git
-
Change default ssh port number on Ubuntu
Login as the root user or as a user that can execute sudo commands. Find the line that reads Change this to an different and an available port number... Next reload ssh You won't be kicked out of...