Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Have you confirmed that sshd is running on Server1? Can you ssh localhost? Commented Nov 17, 2020 at 6:07
  • # ssh localhost (does work) sshd is running and ports are open in /etc/ssh/sshd_config Commented Nov 17, 2020 at 19:03
  • What is the output of firewall-cmd --list-all, and what account are you trying to use to log in with? Commented Nov 18, 2020 at 4:56
  • yes @cutrightjm firewalls were fine - dropped firewall to test but re-enabled and all packets arrived as expected. thanx Commented Nov 30, 2020 at 6:10