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 »

Windows SSH Client with Smart Card and Token Authentication

AbsoluteTelnet/SSH supports secure SSH logins using smart cards and USB security tokens on Windows. Instead of storing private-key files on disk, you can authenticate using keys backed by a smart card, token, Windows Certificate Store credential, or CNG/NCrypt provider. This is useful for organizations that require stronger SSH authentication, PIV/CAC-style workflows, ECC/ECDSA smart-card keys, NFC/tap-to-login

Windows SSH Client with Smart Card and Token Authentication Read More »