bpence

📰 AbsoluteTelnet/SSH 13.13 Released — Faster, Smarter, and Post-Quantum Ready

We’re proud to announce the release of AbsoluteTelnet/SSH version 13.13, the newest update to our trusted Windows SSH and SFTP client. This release introduces cutting-edge security features, improved file-transfer performance, and expanded compatibility with next-generation cryptographic standards — all while maintaining the rock-solid reliability AbsoluteTelnet is known for. 🚀 What’s New in 13.13 1️⃣ AEAD […]

📰 AbsoluteTelnet/SSH 13.13 Released — Faster, Smarter, and Post-Quantum Ready Read More »

We’ve added first-class support for the 1Password SSH agent on Windows and streamlined ssh:// and sftp:// bookmark launching from 1Password into AbsoluteTelnet/SSH.

New in version 13.11! Windows-only for this guide. If you use another agent (OpenSSH or Pageant), those are still supported; this release adds a smooth path for teams already standardized on 1Password. Read the full setup guide for 1Password + AbsoluteTelnet on Windows →

We’ve added first-class support for the 1Password SSH agent on Windows and streamlined ssh:// and sftp:// bookmark launching from 1Password into AbsoluteTelnet/SSH. Read More »

AbsoluteTelnet/SSH Adds Support for External Authentication Agents

We’re excited to announce that AbsoluteTelnet/SSH now supports external authentication agents! 🎉 This means you can now use your favorite agent—like OpenSSH Agent, PuTTY Pageant, or the 1Password SSH agent—to manage your keys securely. Unlock your private key once and reuse it across all your AbsoluteTelnet sessions without re-entering passphrases. Why this matters: We’ve also

AbsoluteTelnet/SSH Adds Support for External Authentication Agents Read More »

How to connect AbsoluteTelnet/SSH to a Synology NAS device

How to Connect AbsoluteTelnet/SSH to a Synology NAS using SFTP Connecting AbsoluteTelnet/SSH to Synology NAS Learn the simple steps to connect your Synology NAS device using the AbsoluteTelnet SSH client. Securely manage your files, access your NAS remotely, and unlock advanced configuration options. These instructions were developed specifically for the DS223j device, but should be

How to connect AbsoluteTelnet/SSH to a Synology NAS device Read More »

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 »