Cycle ssh keys #ssh
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2vNVzBll3GeXH8DdM72AF1Q/ekZhR8xP04z/huAmoC2NVZBQ9qG6wpHZ8+yC/Rl1eSECN27RHlASs9MdGwgETKAKe8VoKFNFjQPe7tvz0xJLJ+CBA84YnEjzXiRp9Ot6sBBaX/xtyNNGnwckla5Vu8/MlPNIhgCtTCG4QnTIWNCYICQZCr96Kwd9r1vjC0qZjA1WpaKKlhpKiLKGW0ln7rqh10Txbt512yJR78j7/q5tYiecMDwqV4JeY8KmzqSywDJqO7vGJnkisn6RrlRgw4WBOqFGv42oZ/XqEd9UqKxuTu/7/7N5fKTwE4hhX+bIPxg+w0tnhdGUxMLwluROw== powellc
|
||||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCcpSQA57DjlRjsW2sipRMRELT+DRTKjfOlZHKqdgpHIGu3bHnsupRJGM1ERZBozDr9j2TN1dmYi4T8LIeaCrpLZyYkzMg4zs8ctbmAKjq3LhZqDtjladfdaoRzC4AwkC126bmM+IVyg5WmM9bdus6e+XeUT7CkK7rQImXb+Ox8vSTlpS8+QyOtzBcFjiy+KsKfMdxt5vhIQ59YH1vn/M43dDEot4dMfr4CRLdEAMBGSKS1VdBkcN0QG71I8A9qzWDaFULSUJMoKnF+ylD0LcO5ZJRs/XKUF69X8MCvg67yxE43AZi2UG5jBJJRPQP351Zdtj66zNzAF1uKUucOCWFQ0qoq78bYhuEuW2aiaUg3HflpWXxP9yJEteR+DuFKiEx9275KeNMJxBdzt3GMXFFSFdvRpVOm0ysAdMwgAihPxYwVn7iKL6sr9aTLJEaMbQVQnN4IwsdYxOOCxfUrzoYzxvCENQlfWlo/819XOvCTY7oUXudDo9lTQp/D/fIzw0qFA/hI9OUze9RbRWQJFquOdqFboNDu4x7HNDgyHadkGosbp2hA3mmkGIkIXpNfqaisFuEl762WK8nkMZKxtoVuHcK9PPKJoOqiS5+epGcsykuzIh3Jh+u46wlcZ2C1W1fskNtHdAMMTbvzeZ+Z0B3vwyJm0w7kh9ohInX+bLW2nQ== colin.powell@elationhealth.com
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAuYeEACWGt+wrKzZnPaDf4OAXWlWcMA8chC4yyh3czR powellc@iapetus
|
||||
|
||||
@ -5,60 +5,7 @@ Host *
|
||||
ServerAliveInterval 300
|
||||
ServerAliveCountMax 2
|
||||
AddKeysToAgent yes
|
||||
IdentityFile ~/.ssh/powellc
|
||||
|
||||
Host tethys.local
|
||||
User colinpowell
|
||||
IdentityFile ~/.ssh/powellc
|
||||
|
||||
Host *.local
|
||||
User powellc
|
||||
|
||||
Host iapetus
|
||||
ProxyCommand ssh -xaqWiapetus.local dione.onec.me
|
||||
User powellc
|
||||
|
||||
Host phoebe
|
||||
ProxyCommand ssh -xaqW%h:%p dione.onec.me
|
||||
User powellc
|
||||
|
||||
Host janus
|
||||
ProxyCommand ssh -xaqWjanus.local dione.onec.me
|
||||
User powellc
|
||||
|
||||
Host dione
|
||||
ProxyCommand ssh -xaqW%h:%p dione.onec.me
|
||||
User powellc
|
||||
IdentityFile ~/.ssh/1904_powellc
|
||||
|
||||
Host sdf.org
|
||||
User secstate
|
||||
|
||||
Host *.unbl.ink
|
||||
User powellc
|
||||
|
||||
Host *.onec.me
|
||||
User powellc
|
||||
|
||||
Host *.elationemr.com
|
||||
User colinpowell
|
||||
IdentityFile ~/.ssh/elation
|
||||
|
||||
Host *.internal.elationemr.com
|
||||
User colinpowell
|
||||
IdentityFile ~/.ssh/elation
|
||||
|
||||
Host tethys.local
|
||||
User colinpowell
|
||||
IdentityFile ~/.ssh/powellc
|
||||
|
||||
Host 172.*
|
||||
User colinpowell
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
|
||||
Host 10.201.*
|
||||
User colinpowell
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
|
||||
Host 10.202.*
|
||||
User colinpowell
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
|
||||
Reference in New Issue
Block a user