russh icon indicating copy to clipboard operation
russh copied to clipboard

russh-config broke api - All members of Config went from public to private

Open snaggen opened this issue 5 months ago • 1 comments

When I parse the ssh config using russh_config::parse_home(&host) I get a Config back. In that I could previously read the information like user. That broke and I can no longer do that with the latest release. It seems I cannot use the user() method either...

snaggen avatar Oct 31 '25 08:10 snaggen

This has broken our use case too - is there any reason these fields are now private? Would love to be able to access them again.

ellie avatar Dec 12 '25 00:12 ellie