āļøš Happy summer šāļø
I'm using BC 4.4.6.27483 on macOS 13.5.1
Have been humming along more or less fine (waiting for BC5...) but today ran into a rather annoying problem and not sure if there's any solution.
I have an SFTP profile to a local Synology NAS for a folder compare. The reason I'm using SSHFS instead of SMB to do this compare is that the path is not visible to SMB (it's at /volume1/docker which is not an actual Shared Folder in Synology's system).
I've tested normal ssh connections from Terminal and they are nearly instant:
I am using public/private keys to authenticate, and the keychain is fully unlocked. Not sure what's causing the delay. The delay is about 12 seconds! Then the box prompting for my SSH passphrase appears. If I enter the correct passphrase, it does connect and work normally. But to have to enter it every time + the added 12s delay is frustrating.
Here are the settings for the Profile (everything else is at defaults):
ā
I'm using BC 4.4.6.27483 on macOS 13.5.1
Have been humming along more or less fine (waiting for BC5...) but today ran into a rather annoying problem and not sure if there's any solution.
I have an SFTP profile to a local Synology NAS for a folder compare. The reason I'm using SSHFS instead of SMB to do this compare is that the path is not visible to SMB (it's at /volume1/docker which is not an actual Shared Folder in Synology's system).
I've tested normal ssh connections from Terminal and they are nearly instant:
Code:
$ time ssh nas exit real 0m0.185s user 0m0.046s sys 0m0.033sā
Here are the settings for the Profile (everything else is at defaults):
Comment