Replies: 4 comments 1 reply
-
I do have almost the same issue, but not specifically with forge. Describe the bug The direct connection through iTerm does work for both servers though. Versions Composer: not installed PHP version: 7.4.16 To Reproduce Expected behavior Screenshots Error on connecting to ssh.dsdae.com Desktop (please complete the following information):
Additional context The "working" server does have simple iptables firewall settings in place which only allow connection through port 22, 80, 443, established once and local interface. Everything else is dropped. The "non-working" server does have almost the same iptables firewall settings in place which only allow connection through port 22, 80, 443, established once and local interface and some very specific ones for smtp config. I even switched off the entire firewall temporarily but this does not work neither. Because of this I don't think the firewall is Working connection through iTerm via ssh for server which ray is able to connect to.
{10:03}~ ➭ ssh [email protected] ##working
{10:03}~ ➭ ssh -i ~/.ssh/id_rsa -p 22 [email protected] ##working
Welcome to Ubuntu
Last login: Tue Apr 13 10:03:59 2021 from XXXXXXXXXXXXXXX
jakob@lb-01:~$
##Working connection through iTerm via ssh for server which ray is not able to connect to.
{10:01}~ ➭ ssh [email protected] ##working
{10:01}~ ➭ ssh -i ~/.ssh/id_rsa -p 22 [email protected] ##working
Last login: Tue Apr 13 10:01:42 2021 from XXXXXXXXXXXXXXX
[21-04-13 10:06][email protected]:~% |
Beta Was this translation helpful? Give feedback.
-
Maybe I'm facing the same issue. It happens when my wifi disconnected due to some reasons. Is there any way to kill the old ray port on the remote server? |
Beta Was this translation helpful? Give feedback.
-
Hey Spatie can you fix this? No I don't go for coffee after switching wifi, this just has to work ;) |
Beta Was this translation helpful? Give feedback.
-
@cpl-repo Quite a rude way of asking for a favor for somebody else to fix your laggy internet problem. Although I do know you and I pay for a license (I rather see it as a donate to support the future development of this so super usefull product) , which saves you ton's of time and there for money. But that's my personal Open Source experience throughout the years. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
Can't connect to remote server over ssh, which is using laravel forge. I've private key connection to the server. I can connect to server using terminal but not with Ray app.
Versions
Ray version: 1.14.7
You can use
composer show
to get the version numbers of:PHP version: 7.4.16
Laravel version: 8.35.1
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should connect to server.
Screenshots
![image](https://user-images.githubusercontent.com/1515299/113439391-873e1800-93fb-11eb-84cf-1f63736f292e.png)
Desktop (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions