fix: resolve remote 'cd' path handling and escaping in ssh caused by work on #8
Introduced 'build_cd_command' in 'lua/sshfs/lib/ssh.lua' to correctly handle tilde expansion and safely escape paths for remote 'cd' operations. This resolves a regression where remote 'cd' functionality was broken due to improper path handling. Updates 'Ssh.build_command' to utilize the new helper for robust and secure remote directory navigation. Ref #8
R
Robert Hill committed
cc979277f83ceafe0115f2073f8caae5482349cc
Parent: 312a919