]> andersk Git - openssh.git/commitdiff
- dtucker@cvs.openbsd.org 2007/10/29 06:51:59
authordtucker <dtucker>
Sun, 2 Dec 2007 12:05:09 +0000 (12:05 +0000)
committerdtucker <dtucker>
Sun, 2 Dec 2007 12:05:09 +0000 (12:05 +0000)
     [ssh_config.5]
     ProxyCommand and LocalCommand use the user's shell, not /bin/sh; ok djm@

ChangeLog
ssh_config.5

index 09f076eba561a386e7cfc265d09c273c68a422ea..f11b8592ac1bf8aac055cd9beb628b3bfe07e72b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,9 @@
      Send config block back to slave for invalid users too so options
      set by a Match block (eg Banner) behave the same for non-existent
      users.  Found by and ok djm@
+   - dtucker@cvs.openbsd.org 2007/10/29 06:51:59
+     [ssh_config.5]
+     ProxyCommand and LocalCommand use the user's shell, not /bin/sh; ok djm@
 
 20071030
  - (djm) OpenBSD CVS Sync
index e9414d7266a47b1d6ce8bfafd4a06410485159ec..4a06b933558ac097298450e75e4a2ba86b95c8c8 100644 (file)
@@ -34,7 +34,7 @@
 .\" (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 $
+.\" $OpenBSD: ssh_config.5,v 1.104 2007/10/29 06:51:59 dtucker Exp $
 .Dd $Mdocdate$
 .Dt SSH_CONFIG 5
 .Os
@@ -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
This page took 0.047675 seconds and 5 git commands to generate.