diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |
727 | Identifies the path of a unix-domain socket used to communicate with the | 727 | Identifies the path of a unix-domain socket used to communicate with the |
728 | agent. | 728 | agent. |
729 | .It Ev SSH_CLIENT | 729 | .It Ev SSH_CONNECTION |
730 | Identifies the client end of the connection. | 730 | Identifies the client and server ends of the connection. |
731 | The variable contains | 731 | The variable contains |
732 | three space-separated values: client ip-address, client port number, | 732 | four space-separated values: client ip-address, client port number, |
733 | and server port number. | 733 | server ip-address and server port number. |
734 | .It Ev SSH_ORIGINAL_COMMAND | 734 | .It Ev SSH_ORIGINAL_COMMAND |
735 | The variable contains the original command line if a forced command | 735 | The variable contains the original command line if a forced command |
736 | is executed. | 736 | is executed. |