Displaying 2 results from an estimated 2 matches for "sshgw".
Did you mean:
sshgw1
2023 Nov 12
1
Match Principal enhancement
...machine, you don?t need an account for every remote batch account that needs to connect, assuming that a signed key has previously been provided with appropriate principals (and maybe source-addresses etc). They would be configured to use something like the following in their ssh config file
Host sshgw.example.com <http://sshgw.example.com/>
User sshfwd
ProxyJump none
Host *.example.com
IdentitiesOnly yes
IdentityFile batcha
User batcha
ProxyJump batcha
I can also see other potential uses for it on target computers where I only allow connections using keys signed b...
2023 Nov 12
1
Match Principal enhancement
...you don?t need an account for every remote batch account that needs to connect, assuming that a signed key has previously been provided with appropriate principals (and maybe source-addresses etc). They would be configured to use something like the following in their ssh config file
>
> Host sshgw.example.com <http://sshgw.example.com/>
> User sshfwd
> ProxyJump none
>
> Host *.example.com
> IdentitiesOnly yes
> IdentityFile batcha
> User batcha
> ProxyJump batcha
>
> I can also see other potential uses for it on target computers...