]> andersk Git - openssh.git/commitdiff
- djm@cvs.openbsd.org 2009/11/10 02:56:22
authordtucker <dtucker>
Fri, 8 Jan 2010 06:05:59 +0000 (06:05 +0000)
committerdtucker <dtucker>
Fri, 8 Jan 2010 06:05:59 +0000 (06:05 +0000)
     [ssh_config.5]
     explain the constraints on LocalCommand some more so people don't
     try to abuse it.

ChangeLog
ssh_config.5

index 35c116484d9474a23c56783428c71434018603ec..712a9caf5f4be6501c217224befb901958a6f885 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
    - jmc@cvs.openbsd.org 2009/10/28 21:45:08
      [sshd_config.5 sftp.1]
      tweak previous;
+   - djm@cvs.openbsd.org 2009/11/10 02:56:22
+     [ssh_config.5]
+     explain the constraints on LocalCommand some more so people don't
+     try to abuse it.
 
 20091226
  - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1
index 67ca16815001515a0dba65a7b6fa5e9541162779..cd86e26add139f9993584991659b32130ae96bc0 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.122 2009/10/28 16:38:18 reyk Exp $
+.\" $OpenBSD: ssh_config.5,v 1.123 2009/11/10 02:56:22 djm Exp $
 .Dd $Mdocdate$
 .Dt SSH_CONFIG 5
 .Os
@@ -616,6 +616,13 @@ The following escape character substitutions will be performed:
 (remote user name) or
 .Ql %u
 (local user name).
+.Pp
+The command is run synchronously and does not have access to the
+session of the
+.Xr ssh 1
+that spawned it.
+It should not be used for interactive commands.
+.Pp
 This directive is ignored unless
 .Cm PermitLocalCommand
 has been enabled.
This page took 0.042204 seconds and 5 git commands to generate.