misc: Add support for %j and %C percent expand

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Pavol Žáčik <pzacik@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Jakub Jelen
2026-01-27 21:39:56 +01:00
parent 59ed66b684
commit 5b0cee7c1b
4 changed files with 144 additions and 28 deletions

View File

@@ -250,6 +250,7 @@ struct ssh_session_struct {
struct ssh_list *certificate_non_exp;
struct ssh_list *proxy_jumps;
struct ssh_list *proxy_jumps_user_cb;
char *proxy_jumps_str;
char *username;
char *host;
char *bindaddr; /* bind the client to an ip addr */