OpenSSH SSH1 Client
Provides SSH1 client tools for connecting to legacy SSH servers using the obsolete SSH1 protocol. Includes ssh1 for remote login, scp1 for secure file copy, and ssh-keygen1 for key management.
Description
The openssh-client-ssh1 package delivers a portable OpenSSH implementation supporting the legacy SSH1 protocol, as specified by the IETF secsh working group. SSH provides secure encrypted communications between untrusted hosts over insecure networks, enabling remote login, command execution, X11 forwarding, and TCP/IP port forwarding. It replaces insecure tools like rsh, rcp, and rlogin.
This package includes ssh1 and scp1 clients plus ssh-keygen1 utility, specifically built for SSH1 compatibility. The SSH1 protocol is obsolete and not recommended for normal use, but necessary for connecting to outdated servers where no alternatives exist. Note that encryption use may be restricted or illegal in some countries without permits.
Installed size is 1.40 MB with dependencies libc6, libselinux1, libssl3t64, and zlib1g.
How It Works
Operates using the legacy SSH1 protocol for encrypted remote login, command execution, and file transfer over insecure networks. Supports X11 connections and TCP/IP port forwarding through a secure channel. Authentication via keys generated by ssh-keygen1; scp1 handles secure file copying with cipher and option support.
Installation
sudo apt install openssh-client-ssh1Flags
Examples
scp1 -hssh-keygen1 --helpssh1 -hscp1 -q [[user@]host1:]file1 [[user@]host2:]file2scp1 -c cipher -i identity_file [[user@]host1:]file1 [[user@]host2:]file2ssh1 -i identity_file user@hostnamessh1 -L address -R address user@hostnamessh-keygen1 -t rsa1 -b 1024 -f mykey