svn commit: r51932 - head/en_US.ISO8859-1/articles/committers-guide
Eitan Adler
eadler at FreeBSD.org
Sat Jun 30 05:33:33 UTC 2018
Author: eadler
Date: Sat Jun 30 05:33:32 2018
New Revision: 51932
URL: https://svnweb.freebsd.org/changeset/doc/51932
Log:
Committer's guide: update the ssh_config
Since committers need to login to freefall or other project resources,
just always suggest using `*.freebsd.org` instead of making it a
comment.
Modified:
head/en_US.ISO8859-1/articles/committers-guide/article.xml
Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/committers-guide/article.xml Sat Jun 30 01:40:56 2018 (r51931)
+++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Sat Jun 30 05:33:32 2018 (r51932)
@@ -4544,7 +4544,7 @@ Do you want to commit? (no = start a shell) [y/n]</scr
account, you need a few lines in your
<filename>~/.ssh/config</filename>:</para>
- <programlisting>Host repo.freebsd.org # Can be *.freebsd.org
+ <programlisting>Host *.freebsd.org
User <replaceable>freebsd-login</replaceable></programlisting>
<tip>
More information about the svn-doc-head
mailing list