-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
The v2.19.0 release of asyncssh has added support for hostname canonicalization. With this change, two new arguments were added to SSHClientConfig.load: canonical and final. We should also pass these parameters in sshfs, because right now the local_user and user are passed in their places, which breaks parsing the config in config.py:
Lines 23 to 31 in 34b52b2
| return SSHClientConfig.load( | |
| last_config, | |
| config_files, | |
| reload, | |
| local_user, | |
| user, | |
| host, | |
| port, | |
| ) |
Metadata
Metadata
Assignees
Labels
No labels