diff options
author | Ben Sima <ben@bsima.me> | 2019-05-24 16:50:11 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-24 16:50:11 -0700 |
commit | 7f921ad8c79bb02f0715050c3e8976753f529dbe (patch) | |
tree | 3f506e5076206d1e78f399854fafb97b50eb337e | |
parent | 50c5266d266826e72cda620deba2ce107b62b077 (diff) |
add github ssh alias
-rw-r--r-- | common.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -49,6 +49,12 @@ in enable = true; forwardAgent = true; matchBlocks = { + gh = { + hostname = "github.com"; + user = "git"; + identityFile = [ "${homedir}/.ssh/id_rsa" ]; + identitiesOnly = true; + }; hidor-kahih = { hostname = "home.simatime.com"; user = "ben"; |