svn commit: r51932 - head/en_US.ISO8859-1/articles/committers-guide
Eitan Adler <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"