- jmc@cvs.openbsd.org 2013/10/20 18:00:13
[ssh_config.5] tweak the "exec" description, as worded by djm;
This commit is contained in:
parent
c0049bd0bc
commit
8e5a67f469
|
@ -12,6 +12,9 @@
|
||||||
- djm@cvs.openbsd.org 2013/10/20 09:51:26
|
- djm@cvs.openbsd.org 2013/10/20 09:51:26
|
||||||
[scp.1 sftp.1]
|
[scp.1 sftp.1]
|
||||||
add canonicalisation options to -o lists
|
add canonicalisation options to -o lists
|
||||||
|
- jmc@cvs.openbsd.org 2013/10/20 18:00:13
|
||||||
|
[ssh_config.5]
|
||||||
|
tweak the "exec" description, as worded by djm;
|
||||||
|
|
||||||
20131018
|
20131018
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
.\" (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.176 2013/10/20 06:19:28 djm Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.177 2013/10/20 18:00:13 jmc Exp $
|
||||||
.Dd $Mdocdate: October 20 2013 $
|
.Dd $Mdocdate: October 20 2013 $
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
|
@ -143,9 +143,9 @@ The available keywords are:
|
||||||
and
|
and
|
||||||
.Cm localuser .
|
.Cm localuser .
|
||||||
.Pp
|
.Pp
|
||||||
The criteria for the
|
The
|
||||||
.Cm exec
|
.Cm exec
|
||||||
keyword is command that is executed under the user's shell..
|
keyword executes the specified command under the user's shell.
|
||||||
If the command returns a zero exit status then the condition is considered true.
|
If the command returns a zero exit status then the condition is considered true.
|
||||||
Commands containing whitespace characters must be quoted.
|
Commands containing whitespace characters must be quoted.
|
||||||
The following character sequences in the command will be expanded prior to
|
The following character sequences in the command will be expanded prior to
|
||||||
|
|
Loading…
Reference in New Issue