Open luke-han opened 8 months ago
Hi @luke-han, thanks for reporting this. It looks Forklift doesn't set the $USER
environment variable and this breaks our SSH integration.
I can't give a timeframe for us resolving this issue, so I'd suggest removing the Fig ssh integration in the meantime.
Run fig integrations uninstall ssh
Checks
fig doctor
in the affected terminal sessionfig restart
and replicated the issue againOperating system
MacOS 14.4
Expected behaviour
Access to remote machine with forklift 3
Actual behaviour
Can't access to remote machine with the following error.
If I replace $USER env var with the actual name in
~/.fig/ssh_inner
, it works well.Steps to reproduce
Environment