Tag Archives: config

Sharing git repositories

Our co-op uses the git revision control system pretty extensively, both directly and through etckeeper. With more workers, we’re keeping more shared copies of our git repositories. So inevitably, we ran into permissions problems. Thanks a lot to Moser for … Continue reading

Posted in GNU/Linux | Tagged , , , , , , , , , | 9 Comments

Smart Tricks with ssh

Host * ControlPath ~/.ssh/sock/%r@%h:%p ControlMaster auto from Nijel’s weblog: Speed up SSH logins – is there any disadvantage to this? Also, “completition” is a great typo along the lines of my frequent “abou tit” one. ServerAliveInterval 3600 for reasons explained … Continue reading

Posted in GNU/Linux | Tagged , , , , , , , | 8 Comments