all repos — dotfiles @ b8b2252b60e04e5de64954400b9d17d6135ba947

linux dotfiles

ssh/config: change hosts
Prithu Goswami pg@prithu.dev
Tue, 26 Apr 2022 16:28:45 +0530
commit

b8b2252b60e04e5de64954400b9d17d6135ba947

parent

9aaf1b7a252488a6a64118a66e2416975811fbe9

1 files changed, 6 insertions(+), 2 deletions(-)

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

@@ -1,14 +1,18 @@

+Host btc + Hostname ec2-3-110-183-152.ap-south-1.compute.amazonaws.com + User ubuntu + IdentityFile ~/.ssh/btc-node.pem Host glix HostName glix User prithu IdentityFile ~/.ssh/glix_rsa SetEnv TERM=xterm-color Host inty - HostName inty.prithu.xyz + HostName inty user ubuntu IdentityFile ~/.ssh/id_rsa Host reed - HostName reed.prithu.xyz + HostName reed user ubuntu IdentityFile ~/.ssh/id_rsa Host rpi