lsof:ai:1662c
Check if port 22 (default SFTP port) is open using lsof command
$ lsof -i :22
try on your machine
Check if port 22 (default SFTP port) is open using lsof command
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- how to check sftp port open or close ?