diff options
author | Ben Sima <ben@bsima.me> | 2019-11-08 18:48:32 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-08 18:48:32 -0800 |
commit | 663a354a4b7a906a00dfec145567d06393c24887 (patch) | |
tree | 88199566333f4764387eea7b4df22596953bb36b | |
parent | 11e58364ac741a615e65d3887808989c268ab518 (diff) |
remove old keys
-rw-r--r-- | lib/common.nix | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/lib/common.nix b/lib/common.nix index 6d16034..9f6f98f 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -73,24 +73,12 @@ in identityFile = [ "${homedir}/.ssh/id_rsa" ]; identitiesOnly = true; }; - lithium = { + "lithium" = { hostname = "69.181.254.154"; user = "ben"; - identityFile = [ "${homedir}/.ssh/hijuj-zupip" ]; - identitiesOnly = true; - }; - nutin-madaj = { - hostname = "159.89.128.69"; - user = "root"; identityFile = [ "${homedir}/.ssh/id_rsa" ]; identitiesOnly = true; }; - hikuj-zupip = { - hostname = "69.181.254.154"; - user = "root"; - identityFile = [ "${homedir}/.ssh/biz-deploy" ]; - identitiesOnly = true; - }; }; }; |