diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-21 12:53:32 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-21 12:53:32 +0000 |
commit | ffe838bfe7a80f3d9dd4b2dd0be11bae732e36e2 (patch) | |
tree | 29d87a0b8dbedf3b663f2c7cdaec9721744904d4 /usr.bin/ssh | |
parent | 3438dfc917d2152b0744f293818ae70796c04500 (diff) |
-Y does X11 forwarding too;
ok markus
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 2cf22223485..36abe684a7a 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -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.1,v 1.226 2005/12/21 11:57:25 jmc Exp $ +.\" $OpenBSD: ssh.1,v 1.227 2005/12/21 12:53:31 jmc Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -851,9 +851,10 @@ If the variable is set to .Dq yes (or see the description of the -.Fl X +.Fl X , +.Fl x , and -.Fl x +.Fl Y options above) and the user is using X11 (the .Ev DISPLAY |