Bisk1 commented on issue #35377: URL: https://github.com/apache/airflow/issues/35377#issuecomment-1793555214
@MemphisMeng I tried to reproduce this and in my case `~` is correctly replaced with user home dir by `expanduser` here: https://github.com/paramiko/paramiko/blob/66117732de6de03914308f9a21b05b50a781d13c/paramiko/client.py#L774 So I compared your stack trace with mine and it seems that your code reached https://github.com/paramiko/paramiko/blob/66117732de6de03914308f9a21b05b50a781d13c/paramiko/client.py#L730 which is only possible if you provided `key_file` in your connection params. Your code sample doesn't mention it - is it possible that some details are missing in your sample? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
