diff options
author | 2003-05-15 04:08:41 +0000 | |
---|---|---|
committer | 2003-05-15 04:08:41 +0000 | |
commit | dc5f90ef3946792629d91e915930a6eb7516df59 (patch) | |
tree | 82f3f2337a22ccf8058464ab67d1cc9ec8548a92 | |
parent | Advanced put/get testing for sftp. OK @djm (diff) | |
download | wireguard-openbsd-dc5f90ef3946792629d91e915930a6eb7516df59.tar.xz wireguard-openbsd-dc5f90ef3946792629d91e915930a6eb7516df59.zip |
~B is ssh2 only
-rw-r--r-- | usr.bin/ssh/ssh.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 8f91ba754ca..f4b1679e358 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.170 2003/05/14 22:24:42 markus Exp $ +.\" $OpenBSD: ssh.1,v 1.171 2003/05/15 04:08:41 markus Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -302,7 +302,8 @@ to terminate .It Cm ~? Display a list of escape characters .It Cm ~B -Send a BREAK to the remote system. +Send a BREAK to the remote system (only useful for SSH protocol version 2 +and if the peer supports it) .It Cm ~C Open command line (only useful for adding port forwardings using the .Fl L |