From ce88c30649073d1077a58a79a0561737d7f531fa Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 18 Jun 2019 21:30:03 -0700 Subject: update ssh stuff --- common.nix | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/common.nix b/common.nix index 75c0fc7..f01836d 100644 --- a/common.nix +++ b/common.nix @@ -51,6 +51,7 @@ in shortcut = "'C-\\'"; terminal = "screen-256color"; sensibleOnTop = true; + secureSocket = false; }; ssh = { @@ -72,13 +73,19 @@ in lithium = { hostname = "69.181.254.154"; user = "ben"; - identityFile = [ "${homedir}/.ssh/hidor-kahih" ]; + identityFile = [ "${homedir}/.ssh/hijuj-zupip" ]; identitiesOnly = true; }; nutin-madaj = { - hostname = "simatime.com"; - user = "ben"; - identityFile = [ "${homedir}/.ssh/id_rsa" ]; + hostname = "159.89.128.69"; + user = "root"; + identityFile = [ "${homedir}/.ssh/id_rsa_old" ]; + identitiesOnly = true; + }; + hikuj-zupip = { + hostname = "69.181.254.154"; + user = "root"; + identityFile = [ "${homedir}/.ssh/biz-deploy" ]; identitiesOnly = true; }; }; -- cgit v1.2.3