Keysign,
Tun,
Scp,
Keygen,
Agent,
Add,
Sftp,
Keyscan,
Sshd,
Ssh_config,
Ssh SSH(1) - General Commands Manual # SSH(1) - General Commands Manual
NAME # ssh - OpenSSH remote login client
SYNOPSIS # ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface] [-b bind_address] [-c cipher_spec] [-D [bind_address:]port] [-E log_file] [-e escape_char] [-F configfile] [-I pkcs11] [-i identity_file] [-J destination] [-L address] [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-P tag] [-p port] [-R address] [-S ctl_path] [-W host:port] [-w local_tun[:remote_tun]] destination [command [argument …]]
...
TUN(4) - Device Drivers Manual # TUN(4) - Device Drivers Manual
NAME # tun - network tunnel pseudo-device
SYNOPSIS # pseudo-device tun
#include <sys/types.h>
#include <net/if_tun.h>
DESCRIPTION # The tun driver provides a network interface pseudo-device. Packets sent to this interface can be read by a userland process and processed as desired. Packets written by the userland process are injected back into the kernel networking subsystem.
A tun interface can be created at runtime using the ifconfig tun‌N create command or by opening the character special device /dev/tunN.
...