openssh

openssh 10.5p1

Implementation of the SSH protocol

https://www.openssh.com/
BSD 2-clause "Simplified" License
main program: sshprograms: sshd, ssh, ssh-copy-id, sftp, ssh-agent, scp, ssh-keyscan, ssh-add, ssh-keygen
Platforms (48)
armv6l-linuxmips-linuxi686-netbsdarmv7l-linuxmicroblazeel-linuxi686-cygwinx86_64-redoxarc-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  openssh
];
Ad-hoc shell
nix-shell -p openssh
Flake (nix run)
nix run nixpkgs#openssh