![]() | 1 | initial version |
it seems this has nothing to do with cvs but rather in Fedora.
You can check manually the port you're trying to reach is open using the command
nc -w 3 myhost.fr 22
it is replies
Connection timed out.
This is a port policy issue.
The thing I' thinking up is firewalld is certainly active. To disable it do
systemctl stop firewalld
and to disable firewalld for sure, do
systemctl disable firewalld