summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ssh_config.55
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 909439a1b..1d4bcde07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,9 @@
17 - dtucker@cvs.openbsd.org 2005/07/08 10:20:41 17 - dtucker@cvs.openbsd.org 2005/07/08 10:20:41
18 [ssh_config.5] 18 [ssh_config.5]
19 change BindAddress to match recent ssh -b change; prompted by markus@ 19 change BindAddress to match recent ssh -b change; prompted by markus@
20 - jmc@cvs.openbsd.org 2005/07/08 12:53:10
21 [ssh_config.5]
22 new sentence, new line;
20 23
2120050707 2420050707
22 - dtucker [auth-krb5.c auth.h gss-serv-krb5.c] Move KRB5CCNAME generation for 25 - dtucker [auth-krb5.c auth.h gss-serv-krb5.c] Move KRB5CCNAME generation for
@@ -2815,4 +2818,4 @@
2815 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2818 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2816 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2819 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2817 2820
2818$Id: ChangeLog,v 1.3842 2005/07/14 07:06:21 dtucker Exp $ 2821$Id: ChangeLog,v 1.3843 2005/07/14 07:06:50 dtucker Exp $
diff --git a/ssh_config.5 b/ssh_config.5
index 9413cb617..9ddb09480 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh_config.5,v 1.60 2005/07/08 10:20:41 dtucker Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.61 2005/07/08 12:53:10 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
@@ -137,7 +137,8 @@ The default is
137.Dq no . 137.Dq no .
138.It Cm BindAddress 138.It Cm BindAddress
139Use the specified address on the local machine as the source address of 139Use the specified address on the local machine as the source address of
140the connection. Only useful on systems with more than one address. 140the connection.
141Only useful on systems with more than one address.
141Note that this option does not work if 142Note that this option does not work if
142.Cm UsePrivilegedPort 143.Cm UsePrivilegedPort
143is set to 144is set to