- 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:
parent
cc117f0deb
commit
78be8c54d6
|
@ -39,6 +39,10 @@
|
|||
- 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
|
||||
|
|
11
ssh_config.5
11
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.122 2009/10/28 16:38:18 reyk Exp $
|
||||
.Dd $Mdocdate: October 28 2009 $
|
||||
.\" $OpenBSD: ssh_config.5,v 1.123 2009/11/10 02:56:22 djm Exp $
|
||||
.Dd $Mdocdate: November 10 2009 $
|
||||
.Dt SSH_CONFIG 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue