ssh (3)
SSH_CONFIG - Man Page
Submitted by btilma on Wed, 12/31/2008 - 02:01.
Section: File Formats (5)
Index
BSD mandoc
/etc/ssh/ssh_config
Index
BSD mandoc
NAME
ssh_config - OpenSSH SSH client configuration filesSYNOPSIS
~/.ssh/config/etc/ssh/ssh_config
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
- Read more
- 80 reads
SSHFS - Man Page
Submitted by btilma on Wed, 12/31/2008 - 01:56.
Section: User Commands (1)
Updated: April 2008
Index
Updated: April 2008
Index
NAME
SSHFS - filesystem client based on sshSYNOPSIS
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.- Read more
- 142 reads
SSH - Man Page
Submitted by btilma on Wed, 12/31/2008 - 01:52.
Section: User Commands (1)
Index
BSD mandoc
Index
BSD mandoc
NAME
ssh - OpenSSH SSH client (remote login program)SYNOPSIS
ssh [-1246AaCfgKkMNnqsTtVvXxY ] [-b bind_address ] [-c cipher_spec ] [-D [bind_address : ] port ] [-e escape_char ] [-F configfile ] -words [-i identity_file ] [-L [bind_address : ] port : host : hostport ] -words [-l login_name ] [-m mac_spec ] [-O ctl_cmd ] [-o option ] [-p port ] [-R [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.
- Read more
- 56 reads


