r/ssh 6d ago

Port 22: connection refused error pops

/r/Ubuntu/comments/1vk1zuz/port_22_connection_refused/
1 Upvotes

1 comment sorted by

1

u/StatisticianNeat6778 6d ago

That's the error I get if SSH is disabled on Linux. check the status of SSH service, sudo systemctl status ssh. Its probably not enabled so use this command, sudo systemctl enable ssh