summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.511
1 files changed, 7 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 81b20aa09..71b9bdcc5 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh_config.5,v 1.189 2014/07/03 07:45:27 jmc Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.190 2014/07/07 08:19:12 djm Exp $
37.Dd $Mdocdate: July 3 2014 $ 37.Dd $Mdocdate: July 7 2014 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -1086,8 +1086,11 @@ The default is
1086.It Cm ProxyCommand 1086.It Cm ProxyCommand
1087Specifies the command to use to connect to the server. 1087Specifies the command to use to connect to the server.
1088The command 1088The command
1089string extends to the end of the line, and is executed with 1089string extends to the end of the line, and is executed
1090the user's shell. 1090using the user's shell
1091.Ql exec
1092directive to avoid a lingering shell process.
1093.Pp
1091In the command string, any occurrence of 1094In the command string, any occurrence of
1092.Ql %h 1095.Ql %h
1093will be substituted by the host name to 1096will be substituted by the host name to