Lin.SSH.Logon
Top  Previous  Next


Logon to Linux secure shell, all subsequent Linux secure shell commands (Lin.SSH.Command) will be carried out on this connection

Because this is the secure shell, the communication is encrypted (including your logon password), thus you do not have to worry about users sniffing network traffic gaining access to sensitive setup information.

The logon command is local to each section, there must be at least one logon command in each section that contains Lin.SSH.Command.

Logoff from a server is done automatically, either when the script finishes or when a new Lin.SSH.Logon command to another server is executed, see the log window for logon and logoff messages.

Requirements
·Linux server with OpenSSH SSH daemon, configured to accept SSH2 connections on port 22.  

Category
Linux

Script section
All

Lin.SSH.Logon
Machine, AdminAccount, Password

Machine
Linux machine IP address  

AdminAccount
Admin account name, usually root  

Password
Admin password, usually the normal root password on the machine  

Example
Logon to Linux machine 192.168.2.16 with root access

Lin.SSH.Logon 192.168.2.16, root, password