Jul 18, 2007 #1 teakandme MIS Joined Jun 10, 2004 Messages 57 Location US What is a quick way to see if a port is being used? And can you use port 22 for both ssl and ssh?
Jul 18, 2007 #2 TSch Technical User Joined Jul 12, 2001 Messages 557 Location DE Hi there, as far as I know the command netstat -an | more should provide you with the information you need ... It shows (under "Local Adress" / "Foreign Adress") what's listening (*.Port) as well as what's established (IP.Port) ... Regards Thomas Upvote 0 Downvote
Hi there, as far as I know the command netstat -an | more should provide you with the information you need ... It shows (under "Local Adress" / "Foreign Adress") what's listening (*.Port) as well as what's established (IP.Port) ... Regards Thomas
Jul 19, 2007 #3 RodKnowlton MIS Joined Apr 26, 2000 Messages 1,005 Only one process can listen on a port at a time. If by ssl you mean secure http (https://), the default port is 443. - Rod IBM Certified Advanced Technical Expert pSeries and AIX 5L CompTIA Linux+ CompTIA Security+ A Simple Code for Posting on the Web Upvote 0 Downvote
Only one process can listen on a port at a time. If by ssl you mean secure http (https://), the default port is 443. - Rod IBM Certified Advanced Technical Expert pSeries and AIX 5L CompTIA Linux+ CompTIA Security+ A Simple Code for Posting on the Web