diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-10-29 07:48:20 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-10-29 07:48:20 +0000 |
commit | aa29d759fd583553a5b5a4fea3efcf093685a47e (patch) | |
tree | 60db848edef621b5904bf48bcdee50a17b2e1968 /usr.bin/ssh/ssh_config.5 | |
parent | 9d87c840a35bf2ebb1c43df9ea5197c02ccc6b3a (diff) |
clean up after previous macro removal;
Diffstat (limited to 'usr.bin/ssh/ssh_config.5')
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 3535d9f97ed..d84f2aa104d 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -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.104 2007/10/29 06:51:59 dtucker Exp $ +.\" $OpenBSD: ssh_config.5,v 1.105 2007/10/29 07:48:19 jmc Exp $ .Dd $Mdocdate: October 29 2007 $ .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 -the user's shell . +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 -the user's shell . +the user's shell. In the command string, .Ql %h will be substituted by the host name to |