- 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.
This commit is contained in:
Darren Tucker 2010-01-08 17:05:59 +11:00
parent cc117f0deb
commit 78be8c54d6
2 changed files with 13 additions and 2 deletions

View File

@ -39,6 +39,10 @@
- jmc@cvs.openbsd.org 2009/10/28 21:45:08 - jmc@cvs.openbsd.org 2009/10/28 21:45:08
[sshd_config.5 sftp.1] [sshd_config.5 sftp.1]
tweak previous; 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 20091226
- (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1 - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1

View File

@ -34,8 +34,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" 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: October 28 2009 $ .Dd $Mdocdate: November 10 2009 $
.Dt SSH_CONFIG 5 .Dt SSH_CONFIG 5
.Os .Os
.Sh NAME .Sh NAME
@ -616,6 +616,13 @@ The following escape character substitutions will be performed:
(remote user name) or (remote user name) or
.Ql %u .Ql %u
(local user name). (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 This directive is ignored unless
.Cm PermitLocalCommand .Cm PermitLocalCommand
has been enabled. has been enabled.