Re: cannot ssh between 2 Fedora 33 laptops (SOLVED)

2021-02-15 Thread Samuel Sieb
On 2/15/21 8:25 PM, S Bob wrote: I was using the default port (22). I did a standard install and did not change anything in the ssh config Then it's extremely unlikely that it was an selinux issue. As Gordon said, I don't know of any way to block a ping with selinux. _

Re: cannot ssh between 2 Fedora 33 laptops (SOLVED)

2021-02-15 Thread S Bob
On 2/15/21 7:21 PM, Gordon Messmer wrote: On 2/15/21 5:58 PM, S Bob wrote: I disabled SELINUX on the new laptops (dont need it here) and everything works I don't believe there's any mechanism by which SELinux can result in ping indicating "destination host unreachable." Can you reproduce

Re: cannot ssh between 2 Fedora 33 laptops (SOLVED)

2021-02-15 Thread S Bob
I was using the default port (22). I did a standard install and did not change anything in the ssh config On 2/15/21 7:13 PM, Jonathan Billings wrote: On Feb 15, 2021, at 20:59, S Bob wrote: I disabled SELINUX on the new laptops (dont need it here) and everything works Are you running sshd

Re: cannot ssh between 2 Fedora 33 laptops (SOLVED)

2021-02-15 Thread Gordon Messmer
On 2/15/21 5:58 PM, S Bob wrote: I disabled SELINUX on the new laptops (dont need it here) and everything works I don't believe there's any mechanism by which SELinux can result in ping indicating "destination host unreachable." Can you reproduce the problem by turning SELinux back on?  If

Re: cannot ssh between 2 Fedora 33 laptops (SOLVED)

2021-02-15 Thread Jonathan Billings
On Feb 15, 2021, at 20:59, S Bob wrote: > I disabled SELINUX on the new laptops (dont need it here) and everything works Are you running sshd on a port other than 22? What AVCs were generated when SELinux is in permissive mode? SELinux should absolutely not block ssh from working in a standard

Re: cannot ssh between 2 Fedora 33 laptops (SOLVED)

2021-02-15 Thread Tom Horsley
On Mon, 15 Feb 2021 18:58:29 -0700 S Bob wrote: > I disabled SELINUX on the new laptops (dont need it here) and everything > works I've never had selinux screw up ssh, it usually installs all the right file labels to allow it to work. (Now "rsh" is a different matter). Of course when I install

Re: cannot ssh between 2 Fedora 33 laptops (SOLVED)

2021-02-15 Thread S Bob
I disabled SELINUX on the new laptops (dont need it here) and everything works On 2/15/21 6:22 PM, Samuel Sieb wrote: On 2/15/21 5:16 PM, S Bob wrote: It was SELINUX Can you provide more details? ___ users mailing list -- users@lists.fedoraproject

Re: cannot ssh between 2 Fedora 33 laptops (SOLVED)

2021-02-15 Thread Samuel Sieb
On 2/15/21 5:16 PM, S Bob wrote: It was SELINUX Can you provide more details? ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproje

Re: cannot ssh between 2 Fedora 33 laptops (SOLVED)

2021-02-15 Thread S Bob
It was SELINUX On 2/15/21 6:05 PM, S Bob wrote: I have a comcast router and an untangle firewall setup, all laptops are behind the firewall. I also have 2 laptops running Fedora 32, I can ssh to/from the Fedora 32 laptops without any issues So, here's my attempts to ssh: F32 = the old Fe