Monday, August 21, 2023

Classic Ports to know

 # 22 = SSH (Secure Shell) - log into a Linux instance

# 21 = FTP (File Transfer Protocol)

# 22 = SFTP (Secure File Transfer Protocol) upload files using SSH

# 80 =  HTTP - access unsecured websites

# 443 = HTTPS - access secures websites

# 3389 = RDP (Remote Desktop Protocol) - log into a windows instance


No comments:

Post a Comment

Content Assist set up in Eclipse

# Open the Eclipse application # Navigate to Windows > click on Preferences # Navigate to Java and expand it # Navigate to Editor a...