You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running ubuntu on an ec2 with only ssh allowed inbound, and when i run sshlog watch I am not seeing any connection attempts, but many connection_close events from ip addresses and high port numbers, like 30000-60000. What might be the reason for this?
The text was updated successfully, but these errors were encountered:
I wonder if those correlate to failed login attempts. What does journalctl -u sshd show? You might also see login failed attempts via /var/log/auth.log.
I am running ubuntu on an ec2 with only ssh allowed inbound, and when i run
sshlog watch
I am not seeing any connection attempts, but manyconnection_close
events from ip addresses and high port numbers, like 30000-60000. What might be the reason for this?The text was updated successfully, but these errors were encountered: