mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 08:44:52 +02:00
parent
91c1847733
commit
1f8dddc927
@ -20,6 +20,9 @@
|
|||||||
- markus@cvs.openbsd.org 2001/10/29 19:27:15
|
- markus@cvs.openbsd.org 2001/10/29 19:27:15
|
||||||
[sshconnect2.c]
|
[sshconnect2.c]
|
||||||
hostbased: check for client hostkey before building chost
|
hostbased: check for client hostkey before building chost
|
||||||
|
- markus@cvs.openbsd.org 2001/10/30 20:29:09
|
||||||
|
[ssh.1]
|
||||||
|
ssh.1
|
||||||
|
|
||||||
20011109
|
20011109
|
||||||
- (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)
|
- (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)
|
||||||
@ -6829,4 +6832,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1640 2001/11/12 00:02:03 djm Exp $
|
$Id: ChangeLog,v 1.1641 2001/11/12 00:02:25 djm Exp $
|
||||||
|
4
ssh.1
4
ssh.1
@ -34,7 +34,7 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: ssh.1,v 1.139 2001/10/01 21:51:16 markus Exp $
|
.\" $OpenBSD: ssh.1,v 1.140 2001/10/30 20:29:09 markus Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSH 1
|
.Dt SSH 1
|
||||||
.Os
|
.Os
|
||||||
@ -294,7 +294,7 @@ Background ssh
|
|||||||
List forwarded connections
|
List forwarded connections
|
||||||
.It Cm ~&
|
.It Cm ~&
|
||||||
Background ssh at logout when waiting for forwarded connection / X11 sessions
|
Background ssh at logout when waiting for forwarded connection / X11 sessions
|
||||||
to terminate (protocol version 1 only)
|
to terminate
|
||||||
.It Cm ~?
|
.It Cm ~?
|
||||||
Display a list of escape characters
|
Display a list of escape characters
|
||||||
.It Cm ~R
|
.It Cm ~R
|
||||||
|
Loading…
x
Reference in New Issue
Block a user