ssh/config: change hosts
Prithu Goswami pg@prithu.dev
Tue, 26 Apr 2022 16:28:45 +0530
1 files changed,
6 insertions(+),
2 deletions(-)
jump to
M
config/ssh/config
→
config/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