diff options
author | Colin Watson <cjwatson@debian.org> | 2010-08-23 23:52:36 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2010-08-23 23:52:36 +0100 |
commit | 78799892cb1858927be02be9737c594052e3f910 (patch) | |
tree | ac3dc2e848ab9dc62fe4252e01e52c3d456f628f /contrib/aix/buildbff.sh | |
parent | 3875951bb76a9ec62634ae4026c9cc885d933477 (diff) | |
parent | 31e30b835fd9695d3b6647cab4867001b092e28f (diff) |
* New upstream release (http://www.openssh.com/txt/release-5.6):
- Added a ControlPersist option to ssh_config(5) that automatically
starts a background ssh(1) multiplex master when connecting. This
connection can stay alive indefinitely, or can be set to automatically
close after a user-specified duration of inactivity (closes: #335697,
#350898, #454787, #500573, #550262).
- Support AuthorizedKeysFile, AuthorizedPrincipalsFile,
HostbasedUsesNameFromPacketOnly, and PermitTunnel in sshd_config(5)
Match blocks (closes: #549858).
- sftp(1): fix ls in working directories that contain globbing
characters in their pathnames (LP: #530714).
Diffstat (limited to 'contrib/aix/buildbff.sh')
-rwxr-xr-x | contrib/aix/buildbff.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/aix/buildbff.sh b/contrib/aix/buildbff.sh index 6648e8e65..ca4bf0210 100755 --- a/contrib/aix/buildbff.sh +++ b/contrib/aix/buildbff.sh | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # | 2 | # |
3 | # buildbff.sh: Create AIX SMIT-installable OpenSSH packages | 3 | # buildbff.sh: Create AIX SMIT-installable OpenSSH packages |
4 | # $Id: buildbff.sh,v 1.11 2009/03/06 23:22:10 dtucker Exp $ | 4 | # $Id: buildbff.sh,v 1.12 2010/04/18 03:35:00 dtucker Exp $ |
5 | # | 5 | # |
6 | # Author: Darren Tucker (dtucker at zip dot com dot au) | 6 | # Author: Darren Tucker (dtucker at zip dot com dot au) |
7 | # This file is placed in the public domain and comes with absolutely | 7 | # This file is placed in the public domain and comes with absolutely |
@@ -159,7 +159,7 @@ done | |||
159 | # AIX 5.3 and newer have /dev/random and don't create ssh_prng_cmds | 159 | # AIX 5.3 and newer have /dev/random and don't create ssh_prng_cmds |
160 | if [ -f $FAKE_ROOT/$sysconfdir/ssh_prng_cmds ] | 160 | if [ -f $FAKE_ROOT/$sysconfdir/ssh_prng_cmds ] |
161 | then | 161 | then |
162 | mv FAKE_ROOT/$sysconfdir/ssh_prng_cmds \ | 162 | mv $FAKE_ROOT/$sysconfdir/ssh_prng_cmds \ |
163 | $FAKE_ROOT/$sysconfdir/ssh_prng_cmds.default | 163 | $FAKE_ROOT/$sysconfdir/ssh_prng_cmds.default |
164 | fi | 164 | fi |
165 | 165 | ||