Bit stuck without knowing what errors do you get?
I''ve not seen any issue adding a network and ssh stopping but it is possible to limit the network SSH accepts connections on with the line:
in ssh_config (your address may well be different).
You may also have an 'AllowUsers' entry that could limit access in the config file.
Firewalls (e.g. UFW) could also be stopping access.
The network itself could be stopping the network (some WiFi networks have client isolation designed to stop devices connecting to each other) - common on 'guest' type home networks
The IP address could well have changed (most likely will have changed) - are you still using the old address?
I''ve not seen any issue adding a network and ssh stopping but it is possible to limit the network SSH accepts connections on with the line:
Code:
ListenAddress 10.21.1.10
You may also have an 'AllowUsers' entry that could limit access in the config file.
Firewalls (e.g. UFW) could also be stopping access.
The network itself could be stopping the network (some WiFi networks have client isolation designed to stop devices connecting to each other) - common on 'guest' type home networks
The IP address could well have changed (most likely will have changed) - are you still using the old address?
Statistics: Posted by MiscBits — Tue Apr 23, 2024 10:29 pm