Closed cnngraphics closed 3 years ago
I'm having the same problem on Ubuntu 20.04.
Even though the tunnel has been created, and is working.
php artisan tunneler:activate
Could Not Create SSH Tunnel with command:
/usr/bin/ssh -o StrictHostKeyChecking=no -N -i /home/me/.ssh/id_rsa -L 13306:127.0.0.1:3306 -p 22 myuser@xxx.xxx.xxx.xxx
Check your configuration.
My issue was just mis-configuration.
Did not have the correct TUNNELER_NC_PATH.
Check /usr/bin/nc
exists and if not which nc
to locate it (in my case it was at /bin/nc
).
Anyone is suffering similar issue?
I have to connect to an RDS Database on AWS through a bastion host I am getting error