LinuxCommandLibrary

lssh

TUI list-based SSH, SCP, and SFTP client

TLDR

Launch the SSH connection list
$ lssh
copy
Launch the SCP client
$ lscp
copy
Launch the SFTP client
$ lsftp
copy

SYNOPSIS

lssh [options]

DESCRIPTION

lssh is a TUI list-select client for SSH, SCP, and SFTP connections. It reads your OpenSSH config (~/.ssh/config) and presents servers in a selectable list for quick connection.
Features include support for password, public key, certificate, and PKCS11 (Yubikey) authentication, the ability to use the local machine's bashrc at the SSH destination, and NFS forward/reverse forwarding support.

CAVEATS

Requires an OpenSSH configuration file. Authentication methods depend on the server-side configuration.

HISTORY

lssh was created by blacknon and is written in Go. It runs on Linux, macOS, and Windows.

SEE ALSO

ssh(1), scp(1), sftp(1), lazyssh(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard