diff --git a/ssh/config.laptop b/ssh/config.laptop index 09c9cda..0a39ba6 100644 --- a/ssh/config.laptop +++ b/ssh/config.laptop @@ -92,6 +92,12 @@ Host srv-01 HostName srv-01.tail755c5.ts.net Port 22 +Host stg-01 + User etorres + IdentityFile=~/.ssh/stg-01 + HostName stg-01.tail755c5.ts.net + Port 22 + Host web-01 User etorres IdentityFile=~/.ssh/web-01