Ssh

NC(1) - General Commands Manual

Ssh, Cat, Nc

NC(1) - General Commands Manual # NC(1) - General Commands Manual NAME # nc - arbitrary TCP and UDP connections and listens SYNOPSIS # nc [-46cDdFhklNnrStUuvz] [-C certfile] [-e name] [-H hash] [-I length] [-i interval] [-K keyfile] [-M ttl] [-m minttl] [-O length] [-o staplefile] [-P proxy_username] [-p source_port] [-R CAfile] [-s sourceaddr] [-T keyword] [-V rtable] [-W recvlimit] [-w timeout] [-X proxy_protocol] [-x proxy_address[:port]] [-Z peercertfile] [destination] [port] ...

OPENRSYNC(1) - General Commands Manual

Ssh, Openrsync

OPENRSYNC(1) - General Commands Manual # OPENRSYNC(1) - General Commands Manual NAME # openrsync - synchronise local and remote files SYNOPSIS # openrsync [-aDgIJlnOoprtVvx] [-e program] [–address=sourceaddr] [–compare-dest=directory] [–contimeout=seconds] [–del] [–exclude pattern] [–exclude-from=file] [–include pattern] [–include-from=file] [–max-size=size] [–min-size=size] [–no-motd] [–numeric-ids] [–port=service] [–rsync-path=program] [–size-only] [–timeout=seconds] source … directory DESCRIPTION # The openrsync utility synchronises files in the destination directory with one or more source files. Either the source or the destination directory may be remote, but not both. ...

RDIST(1) - General Commands Manual

Rdistd, Syslogd, Sh, Ssh, Daily, Re_format, Rdist

RDIST(1) - General Commands Manual # RDIST(1) - General Commands Manual NAME # rdist - remote file distribution client program SYNOPSIS # rdist [-DFnV] [-A num] [-a num] [-c mini_distfile] [-d var=value] [-f distfile] [-L remote_logopts] [-l local_logopts] [-M maxproc] [-m host] [-o distopts] [-P rsh-path] [-p rdistd-path] [-t timeout] [name …] DESCRIPTION # rdist is a program to maintain identical copies of files over multiple hosts. It preserves the owner, group, mode, and mtime of files if possible and can update programs that are executing. ...

RDISTD(1) - General Commands Manual

Ssh, Rdist, Rdistd

RDISTD(1) - General Commands Manual # RDISTD(1) - General Commands Manual NAME # rdistd - remote file distribution server program SYNOPSIS # rdistd [-DV] -S DESCRIPTION # rdistd is the server program for the rdist(1) command. It is normally run by rdist via ssh(1). The options are as follows: -D Enable debugging messages. Messages are logged via syslog(3). -S This argument must be specified for normal usage. It exists to prevent the accidental execution of rdistd since it usually resides somewhere in a normal user’s PATH. ...

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-SERVER(8) - System Manager's Manual

Ssh, Sftp, Sshd, Sshd_config, Sftp-Server

SFTP-SERVER(8) - System Manager’s Manual # SFTP-SERVER(8) - System Manager’s Manual NAME # sftp-server - OpenSSH SFTP server subsystem SYNOPSIS # sftp-server [-ehR] [-d start_directory] [-f log_facility] [-l log_level] [-P denied_requests] [-p allowed_requests] [-u umask] sftp-server -Q protocol_feature DESCRIPTION # sftp-server is a program that speaks the server side of SFTP protocol to stdout and expects client requests from stdin. sftp-server is not intended to be called directly, but from sshd(8) using the Subsystem option. ...

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. ...

SSH_CONFIG(5) - File Formats Manual

Ssh, Ssh-Config

SSH_CONFIG(5) - File Formats Manual # SSH_CONFIG(5) - File Formats Manual NAME # ssh_config - OpenSSH client configuration file DESCRIPTION # ssh(1) obtains configuration data from the following sources in the following order: command-line options user’s configuration file (~/.ssh/config) system-wide configuration file (/etc/ssh/ssh_config) Unless noted otherwise, for each parameter, the first obtained value will be used. The configuration files contain sections separated by Host specifications, and that section is only applied for hosts that match one of the patterns given in the specification. ...

SSH-ADD(1) - General Commands Manual

Ssh, Keygen, Agent, Sshd, Askpass, Ssh-Add

SSH-ADD(1) - General Commands Manual # SSH-ADD(1) - General Commands Manual NAME # ssh-add - adds private key identities to the OpenSSH authentication agent SYNOPSIS # ssh-add [-CcDdKkLlqvXx] [-E fingerprint_hash] [-H hostkey_file] [-h destination_constraint] [-S provider] [-t life] [file …] ssh-add -s pkcs11 [-Cv] [certificate …] ssh-add -e pkcs11 ssh-add -T pubkey … DESCRIPTION # ssh-add adds private key identities to the authentication agent, ssh-agent(1). When run without arguments, it adds the files ~/. ...

SSH-AGENT(1) - General Commands Manual

Ssh, Keygen, Add, Sshd, Ssh_config, Ssh-Agent

SSH-AGENT(1) - General Commands Manual # SSH-AGENT(1) - General Commands Manual NAME # ssh-agent - OpenSSH authentication agent SYNOPSIS # ssh-agent [-c | -s] [-Dd] [-a bind_address] [-E fingerprint_hash] [-O option] [-P allowed_providers] [-t life] ssh-agent [-a bind_address] [-E fingerprint_hash] [-O option] [-P allowed_providers] [-t life] command [arg …] ssh-agent [-c | -s] -k DESCRIPTION # ssh-agent is a program to hold private keys used for public key authentication. Through use of environment variables the agent can be located and automatically used for authentication when logging in to other machines using ssh(1). ...