summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.110
1 files changed, 5 insertions, 5 deletions
diff --git a/ssh.1 b/ssh.1
index ce0dd291d..a65da5611 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh.1,v 1.165 2002/09/11 17:55:03 stevesk Exp $ 37.\" $OpenBSD: ssh.1,v 1.166 2002/09/12 19:50:36 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -726,11 +726,11 @@ to make this work.)
726.It Ev SSH_AUTH_SOCK 726.It Ev SSH_AUTH_SOCK
727Identifies the path of a unix-domain socket used to communicate with the 727Identifies the path of a unix-domain socket used to communicate with the
728agent. 728agent.
729.It Ev SSH_CLIENT 729.It Ev SSH_CONNECTION
730Identifies the client end of the connection. 730Identifies the client and server ends of the connection.
731The variable contains 731The variable contains
732three space-separated values: client ip-address, client port number, 732four space-separated values: client ip-address, client port number,
733and server port number. 733server ip-address and server port number.
734.It Ev SSH_ORIGINAL_COMMAND 734.It Ev SSH_ORIGINAL_COMMAND
735The variable contains the original command line if a forced command 735The variable contains the original command line if a forced command
736is executed. 736is executed.