laravel-ssh-tunnel icon indicating copy to clipboard operation
laravel-ssh-tunnel copied to clipboard

Unable to disable -i option, which breaks authenticating via ssh-agent

Open paulcdejean opened this issue 4 years ago • 1 comments

Hello in a local dev environment we are using ssh-agent: https://www.ssh.com/ssh/agent

However this library forces ssh to use the -i option, which disables authenticating via ssh agent.

When the TUNNELER_IDENTITY_FILE option is unset, the -i option should be excluded.

paulcdejean avatar Dec 30 '20 21:12 paulcdejean

Check out https://github.com/stechstudio/laravel-ssh-tunnel/pull/49 and let me know if that solves the issue for you.

bubba-h57 avatar May 19 '21 19:05 bubba-h57