Add ssh config-personal

This commit is contained in:
jared kling
2023-07-13 21:04:55 -05:00
parent 5dd77933c3
commit 0c8ca157bc

View File

@@ -0,0 +1,42 @@
{{- if eq .device "work-laptop" }}
Host *.qa
IdentityFile ~/.ssh/id_ed25519
User jared.kling
Host *.stage
IdentityFile ~/.ssh/id_ed25519
User jared.kling
Host *.us
IdentityFile ~/.ssh/id_ed25519
User jared.kling
Host *.eu
IdentityFile ~/.ssh/id_ed25519
User jared.kling
Host *.ca
IdentityFile ~/.ssh/id_ed25519
User jared.kling
Host kling.linode
IdentityFile ~/.ssh/suralink_rsa
User jared
HostName 66.228.42.141
Host home.orangepi
IdentityFile ~/.ssh/suralink_rsa
User jared
HostName 192.168.1.14
Host home.dockerpi
IdentityFile ~/.ssh/suralink_rsa
User jared
HostName 192.168.1.31
Host kling.gcloud
IdentityFile ~/.ssh/suralink_rsa
User jared
HostName 34.70.80.218
Host kling.ocean
IdentityFile ~/.ssh/suralink_rsa
User jared
HostName 104.131.173.22
{{- end}}