From 275443884e63bdfdd943a5f1de4b458b04e5bd88 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 27 Nov 2024 22:45:51 -0800 Subject: [PATCH] ssh: update config.laptop's aliases to be consistent with hostnames --- ssh/config.laptop | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/ssh/config.laptop b/ssh/config.laptop index 3691b40..0c3b805 100644 --- a/ssh/config.laptop +++ b/ssh/config.laptop @@ -13,20 +13,20 @@ Host git.its-et.me Port 2200 Hostname git.its-et.me -Host pve01k +Host pve-01k User etorres IdentityFile=~/.ssh/pve-01k HostName pve-01k.tail755c5.ts.net Port 22 -Host pve01k-local +Host pve-01k-local User etorres IdentityFile=~/.ssh/pve-01k HostName 192.168.1.4 Port 22 # lax-01 (Linode public-facing server) -Host lax01 +Host lax-01 User etorres IdentityFile=~/.ssh/lax-01 HostName lax-01.tail755c5.ts.net @@ -40,27 +40,27 @@ Host rsyncnet Port 22 # ===== pve-01 + VMs ===== -Host pve01 +Host pve-01 User etorres IdentityFile=~/.ssh/pve-01 HostName pve-01.tail755c5.ts.net Port 22 # ----- VMs ----- -Host bld01 +Host bld-01 User etorres IdentityFile=~/.ssh/bld-01 HostName bld-01.tail755c5.ts.net Port 22 -Host bld02 +Host bld-02 User etorres IdentityFile=~/.ssh/bld-02 HostName bld-02.tail755c5.ts.net Port 22 # log-01 -Host log01 +Host log-01 User etorres IdentityFile=~/.ssh/log-01 HostName log-01.tail755c5.ts.net @@ -70,19 +70,13 @@ Host minecraft1 IdentityFile=~/.ssh/minecraft1 HostName minecraft1.tail755c5.ts.net -Host srv01 +Host srv-01 User etorres IdentityFile=~/.ssh/srv-01 HostName srv-01.tail755c5.ts.net Port 22 -Host srv02 - User etorres - IdentityFile=~/.ssh/srv-02 - HostName srv-02.tail755c5.ts.net - Port 22 - -Host web01 +Host web-01 User etorres IdentityFile=~/.ssh/web-01 HostName web-01.tail755c5.ts.net