Tutorials

Automatic Logging

Through the new scripting features of AbsoluteTelnet/SSH, users can now enable automatic session logging with this script.  The script uses two AbsoluteTelnet/SSH functions.  It uses Terminal.GetHostname to get the hostname which it uses to construct the logfile name, and Terminal.OpenLog to actually open the log.  The rest is pure VBScript to get the date and time and to create

Automatic Logging Read More »

Automatic Login

The following script uses two commands (WaitFor and SendText) to perform the bare minimum tasks required to perform a scripted login.  This script could go in the login script location in Options->Properties->Scripts section if this script is specific to the session file you currently have open.  It could also go in Options->Properties->Global as the global login

Automatic Login Read More »

AbsoluteTelnet – SmartCard and Token Authentication

Public key authentication can provide more secure login than password authentication. With public-key authentication you generate a key pair to use to validate your identity instead of using a shared password that both you and the host know. The server is given your public key, and possession of the private key is enough to prove

AbsoluteTelnet – SmartCard and Token Authentication Read More »