<< Click to Display Table of Contents >> Navigation: SshNetIbmi Class > SshNetIbmi Methods > ConnectSsh Method |
Summary
Connect to IBM i SSH Server with User/Password.
Parameters
host - IBM i system host name or IP address
user - IBM i SSH user
password - IBM i SSH user password
port - SSH port to use. Default=22
keepaliveintervalseconds - Send keepalive every xx seconds. Default=60
connectiontimeoutseconds - Set connection timeout in seconds. Default=3600 (1hr)
Returns
True=connected,False=not connected