ssh (3)

SSH_CONFIG - Man Page

Section: File Formats (5)
Index
BSD mandoc
 

NAME

ssh_config - OpenSSH SSH client configuration files  

SYNOPSIS

~/.ssh/config
/etc/ssh/ssh_config  

DESCRIPTION

ssh(1) obtains configuration data from the following sources in the following order:

  1. command-line options
  2. user's configuration file (~/.ssh/config )
  3. system-wide

SSHFS - Man Page

Section: User Commands (1)
Updated: April 2008
Index  

NAME

SSHFS - filesystem client based on ssh  

SYNOPSIS


mounting

sshfs [user@]host:[dir] mountpoint [options]

unmounting

fusermount -u mountpoint

DESCRIPTION

SSHFS (Secure SHell FileSystem) is a file system for Linux (and other operating systems with a FUSE implementation, such as Mac OS X or FreeBSD) capable of operating on files on a remote computer using just a secure shell login on the remote computer. On the local computer where the SSHFS is mounted, the implementation makes use of the FUSE (Filesystem in Userspace) kernel module. The practical effect of this is that the end user can seamlessly interact with remote files being securely served over SSH just as if they were local files on his/her computer. On the remote computer the SFTP subsystem of SSH is used.  

SSH - Man Page

Section: User Commands (1)
Index
BSD mandoc
 

NAME

ssh - OpenSSH SSH client (remote login program)  

SYNOPSIS

ssh [-1246AaCfgKkMNnqsTtVvXxY ] [-b bind_address ] [-c cipher_spec ] [- [bind_address : ] port ] [-e escape_char ] [-F configfile ] -words [-i identity_file ] [- [bind_address : ] port : host : hostport ] -words [-l login_name ] [-m mac_spec ] [-O ctl_cmd ] [-o option ] [-p port ] [- [bind_address : ] port : host : hostport ] [-S ctl_path ] -words [-w local_tun [: remote_tun ] ] [user @ hostname ] [command ]  

DESCRIPTION

ssh (SSH client) is a program for logging into a remote machine and for executing commands on a remote machine. It is intended to replace rlogin and rsh, and provide secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP ports can also be forwarded over the secure channel.

Syndicate content
Search Engine Optimization