Server

SCP(1) - General Commands Manual

Server, Ssh, Keygen, Agent, Add, Sftp, Sshd, Ssh_config, Scp

SCP(1) - General Commands Manual # SCP(1) - General Commands Manual NAME # scp - OpenSSH secure file copy SYNOPSIS # scp [-346ABCOpqRrsTv] [-c cipher] [-D sftp_server_path] [-F ssh_config] [-i identity_file] [-J destination] [-l limit] [-o ssh_option] [-P port] [-S program] [-X sftp_option] source … target DESCRIPTION # scp copies files between hosts on a network. scp uses the SFTP protocol over a ssh(1) connection for data transfer, and uses the same authentication and provides the same security as a login session. ...

SFTP(1) - General Commands Manual

Server, Ls, Ssh, Scp, Keygen, Add, Sshd, Glob, Ssh_config, Ftp, Sftp

SFTP(1) - General Commands Manual # SFTP(1) - General Commands Manual NAME # sftp - OpenSSH secure file transfer SYNOPSIS # sftp [-46AaCfNpqrv] [-B buffer_size] [-b batchfile] [-c cipher] [-D sftp_server_command] [-F ssh_config] [-i identity_file] [-J destination] [-l limit] [-o ssh_option] [-P port] [-R num_requests] [-S program] [-s subsystem | sftp_server] [-X sftp_option] destination DESCRIPTION # sftp is a file transfer program, similar to ftp(1), which performs all operations over an encrypted ssh(1) transport. ...

SSHD_CONFIG(5) - File Formats Manual

Server, Sshd, Sshd-Config

SSHD_CONFIG(5) - File Formats Manual # SSHD_CONFIG(5) - File Formats Manual NAME # sshd_config - OpenSSH daemon configuration file DESCRIPTION # sshd(8) reads configuration data from /etc/ssh/sshd_config (or the file specified with -f on the command line). The file contains keyword-argument pairs, one per line. Unless noted otherwise, for each keyword, the first obtained value will be used. Lines starting with ‘#’ and empty lines are interpreted as comments. Arguments may optionally be enclosed in double quotes (") in order to represent arguments containing spaces. ...

SSHD(8) - System Manager's Manual

Server, Sshd_config, Login.conf, Ssh, Chroot, Scp, Agent, Keygen, Add, Sftp, Keyscan, Moduli, Inetd, Sshd

SSHD(8) - System Manager’s Manual # SSHD(8) - System Manager’s Manual NAME # sshd - OpenSSH daemon SYNOPSIS # sshd [-46DdeGiqTtV] [-C connection_spec] [-c host_certificate_file] [-E log_file] [-f config_file] [-g login_grace_time] [-h host_key_file] [-o option] [-p port] [-u len] DESCRIPTION # sshd (OpenSSH Daemon) is the daemon program for ssh(1). It provides secure encrypted communications between two untrusted hosts over an insecure network. sshd listens for connections from clients. It is normally started at boot from /etc/rc. ...