appleboy / ssh-action

GitHub Actions for executing remote ssh commands.
https://github.com/marketplace/actions/ssh-remote-commands
MIT License
4.69k stars 570 forks source link

ssh: handshake failed: EOF #315

Open c7e715d1b04b17683718fb1e8944cc28 opened 5 months ago

c7e715d1b04b17683718fb1e8944cc28 commented 5 months ago

I am using the master branch, but I cannot SSH because of an error.

appleboy commented 4 months ago

Please provide the following information.

  1. Your hosting provider information, such as DigitalOcean, Linode, AWS, or GCP.
  2. The version information of your host's SSH service.
  3. The information from your host's SSH configuration file.
c7e715d1b04b17683718fb1e8944cc28 commented 3 months ago

1, https://www.shin-server.jp/ 2, OpenSSH_8.0p1, OpenSSL 1.1.1k FIPS 25 Mar 2021 3, I cannot access the SSH configuration file because I do not have root privileges on the server.

Instead, I can give you the SSH connection password.

ryoyamaz commented 4 weeks ago

Similar problems encountered. In my case, it was due to the SSH settings on the rental server. Due to security enhancements on the rental server side, SSH had been changed to ‘only allow access from within the country’, so I changed it back to ‘allow access from outside the country’ and solved the problem.