ssh: rename srv-02 to bld-01

This commit is contained in:
Eric Torres 2024-09-14 17:31:17 -07:00
parent e473a0484e
commit c85eaf040b
2 changed files with 3 additions and 3 deletions

View File

@ -70,10 +70,10 @@ Host srv01
IdentityFile=~/.ssh/srv-01 IdentityFile=~/.ssh/srv-01
HostName 192.168.1.7 HostName 192.168.1.7
# srv-02 # bld-01
Host srv02 Host bld01
User etorres User etorres
IdentityFile=~/.ssh/srv-02 IdentityFile=~/.ssh/bld-01
HostName 192.168.1.8 HostName 192.168.1.8
# web-01 # web-01