Displaying 1 result from an estimated 1 matches for "stkeycheck".
2025 Jan 07
1
[PATCH] permits multiple tags on a configuration block.
...tch tagged change-hostname
> Hostname new-hostname
>
> Match tagged change-port-and-user
> Port 12345
> Tag change-user
>
> Match tagged change-user
> User bilbo
>
> Match tagged jump-to-mybox
> ProxyJump mybox
>
> Match tagged nocheck
> StrictHostKeyChecking false
> UserKnownHostsFile /dev/null
>
> Match tagged frodo-identity
> IdentityFile ~/.ssh/id_ed25519_frodo
the following parameters can be obtained:
> gandalf at mybox $ ssh -P nocheck -P frodo-identity test-host -G |
> > grep -E "^(user|hostname|port|strictho
st...