property Port: integer; default 22;
Description
Use the Port property to specify a port number for TCP/IP connection with the SSH server.
The Connect method uses values in the HostName and Port properties to establish a connection for the SSH session.
The default value is 22 port number.
See Also
HostName
Connected