parent
156cbe8c67
commit
46a7b40d1e
|
@ -38,6 +38,9 @@
|
|||
- jakob@cvs.openbsd.org 2003/05/15 04:08:44
|
||||
[readconf.c servconf.c]
|
||||
disable kerberos when not supported. ok markus@
|
||||
- markus@cvs.openbsd.org 2003/05/15 04:08:41
|
||||
[ssh.1]
|
||||
~B is ssh2 only
|
||||
- (djm) Always parse UsePAM
|
||||
- (djm) Configure glue for DNS support (code doesn't work in portable yet)
|
||||
- (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support)
|
||||
|
@ -1520,4 +1523,4 @@
|
|||
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
||||
ok provos@
|
||||
|
||||
$Id: ChangeLog,v 1.2718 2003/05/15 04:16:41 djm Exp $
|
||||
$Id: ChangeLog,v 1.2719 2003/05/15 04:17:28 djm Exp $
|
||||
|
|
5
ssh.1
5
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
|
||||
|
|
Loading…
Reference in New Issue