Displaying 1 result from an estimated 1 matches for "id_ed25519_frodo".
2025 Jan 07
1
[PATCH] permits multiple tags on a configuration block.
...; 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
stkeychecking|identityfile|`
> > `userknownhostsfile|tag|proxyjump) "
> user bilbo
> hostname new-hostna...