ssh

OpenSSH SSH client: remote login program

Syntax:

ssh [-1246AaCfGgKkMNnqsTtVvXxY] [-b bind_address]
    [-c cipher_spec] [-D [bind_address:]port]
    [-e escape_char] [-F configfile] [-I pkcs11]
    [-i identity_file] [-J [user@]host[:port]] 
    [-L  [bind_address:]port:host:hostport]
    [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option]
    [-p port] [-R [bind_address:]port:host:hostport]
    [-Q query_option][-S ctl_path] [-W host:port] 
    [-w local_tun[:remote_tun]] [user@]hostname [command]

Runs on:

QNX Neutrino

Options:

See ssh in the NetBSD documentation.

Description:

The ssh (SSH client) utility is a program for logging into a remote machine and for executing commands on a remote machine. For more information, see ssh in the NetBSD documentation.

Contributing author:

NetBSD