diff options
author | Ben Sima <ben@bsima.me> | 2019-07-05 19:08:54 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-07-05 19:08:54 -0700 |
commit | 08d73e246c6cb1981e25e35ec64dc7853d65d534 (patch) | |
tree | d64170df72b7c4b74918485db8099ab090a608b9 | |
parent | a45fbedb333c82eb917dca77df77ff6730f71ecf (diff) |
change sshkey
-rw-r--r-- | common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ in nutin-madaj = { hostname = "159.89.128.69"; user = "root"; - identityFile = [ "${homedir}/.ssh/id_rsa_old" ]; + identityFile = [ "${homedir}/.ssh/biz-deploy" ]; identitiesOnly = true; }; hikuj-zupip = { |