summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh_config.5
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@cvs.openbsd.org>2007-10-29 06:52:00 +0000
committerDarren Tucker <dtucker@cvs.openbsd.org>2007-10-29 06:52:00 +0000
commit2f20df34aea3fc093f88e1655b8a7ccb65eaab4c (patch)
tree77d9aa0978ac86bdf7aff8f31c40e3f09e8a69bd /usr.bin/ssh/ssh_config.5
parent4f4d4db73255c4376750bb3044b71eb08c38a517 (diff)
ProxyCommand and LocalCommand use the user's shell, not /bin/sh; ok djm@
Diffstat (limited to 'usr.bin/ssh/ssh_config.5')
-rw-r--r--usr.bin/ssh/ssh_config.58
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5
index 1a313d46ae2..3535d9f97ed 100644
--- a/usr.bin/ssh/ssh_config.5
+++ b/usr.bin/ssh/ssh_config.5
@@ -34,8 +34,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh_config.5,v 1.103 2007/09/21 03:05:23 djm Exp $
-.Dd $Mdocdate: September 21 2007 $
+.\" $OpenBSD: ssh_config.5,v 1.104 2007/10/29 06:51:59 dtucker Exp $
+.Dd $Mdocdate: October 29 2007 $
.Dt SSH_CONFIG 5
.Os
.Sh NAME
@@ -599,7 +599,7 @@ and
Specifies a command to execute on the local machine after successfully
connecting to the server.
The command string extends to the end of the line, and is executed with
-.Pa /bin/sh .
+the user's shell .
This directive is ignored unless
.Cm PermitLocalCommand
has been enabled.
@@ -723,7 +723,7 @@ if version 2 is not available.
Specifies the command to use to connect to the server.
The command
string extends to the end of the line, and is executed with
-.Pa /bin/sh .
+the user's shell .
In the command string,
.Ql %h
will be substituted by the host name to