all repos — dotfiles @ 884ec49089b8e1555738d4679a7a46365b4fa79a

linux dotfiles

sshconfig: add hosts
Prithu Goswami pg@prithu.dev
Tue, 12 Mar 2024 08:36:48 +0530
commit

884ec49089b8e1555738d4679a7a46365b4fa79a

parent

31f541d8c62a1fe784132f9009838179b4c29f2a

1 files changed, 8 insertions(+), 0 deletions(-)

jump to
M config/ssh/configconfig/ssh/config

@@ -29,3 +29,11 @@ Host lmmprod

HostName lmmaws user lmm_dev IdentityFile ~/.ssh/id_rsa +Host mine + HostName mine + user admin + IdentityFile ~/.ssh/mine.pem +Host tide + HostName tide + User prithu + IdentityFile ~/.ssh/id_rsa