vimwiki

beau's personal wiki, made using vim
git clone https://git.beauhilton.com/vimwiki.git
Log | Files | Refs | README

SSH_in_git.md (517B)


      1 # ssh_in_git
      2 :git:ssh:
      3 
      4 Entering one's passphrase/password every time a commit is pushed is annoying. Github has a nice guide for setting up SSH access and SSH-agent: https://help.github.com/en/articles/connecting-to-github-with-ssh .
      5 
      6 I need to figure out how to make it automatically sign in to SSH-agent when I unlock the computer.
      7 
      8 I think I got it working with these instructions: https://unix.stackexchange.com/questions/339840/how-to-start-and-use-ssh-agent-as-systemd-service
      9 
     10 Sun 17 Nov 2019 10:23:05 AM CST