All public logs
Jump to navigation
Jump to search
Combined display of all available logs of SoftwareGuy. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:23, 19 March 2023 Mark talk contribs created page Git server msgsb (Created page with "First, you create a git user and a .ssh directory for that user. $ sudo adduser git $ su git $ cd $ mkdir .ssh && chmod 700 .ssh $ touch .ssh/authorized_keys && chmod 600 .ssh/authorized_keys Next, you need to add some developer SSH public keys to the authorized_keys file for the git user. Let’s assume you have some trusted public keys and have saved them to temporary files. Again, the public keys look something like this: $ cat /tmp/id_rsa.joh...")