This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

can't get SSH access working - UTM 9

I've tried using password and RSA key to get ssh access working.

Both fail when I try to open putty session

Instead of getting the following EXPECTED message:

I get this in both cases:

Am using "Any" as allowed network for now (will change it once I get it working)

What am I doing wrong?



This thread was automatically locked due to age.
Parents
  • FormerMember
    0 FormerMember

    Hi ,

    Thank you for reaching out to Sophos Community.

    This seems to be an issue with the Putty application itself.

    Try downloading a fresh putty.exe client or you can also try to login to SSH from a different device.

  • so while it wasn't working when I was ssh-ing to it via remote IPsec site-to-site VPN, when I move it back locally and used internal network, it worked. 

    So there seems to be something wrong with the allowed network config or functionality. I did allow the VPN LAN but it clearly didn't work.

    See screenshot. What am I missing? 

  • FormerMember
    +1 FormerMember in reply to Jean Thibodeau

    Could you please confirm that the remote gateway in not intercepting the SSH(port 22) traffic?

    Try checking packet flow on UTM for remote source machine IP or on port 22.

    You may run the below commands in shell to check packet flow.

    ==> port 22

    utm:/root # tcpdump -nei any port 22

    ==> On remote host

    utm:/root # tcpdump -nei any host <JT LAN machine IP>

    eg: utm:/root # tcpdump -nei any host 192.168.10.5

Reply
  • FormerMember
    +1 FormerMember in reply to Jean Thibodeau

    Could you please confirm that the remote gateway in not intercepting the SSH(port 22) traffic?

    Try checking packet flow on UTM for remote source machine IP or on port 22.

    You may run the below commands in shell to check packet flow.

    ==> port 22

    utm:/root # tcpdump -nei any port 22

    ==> On remote host

    utm:/root # tcpdump -nei any host <JT LAN machine IP>

    eg: utm:/root # tcpdump -nei any host 192.168.10.5

Children