PHP is supported by a number of machines provided by a number of generous sponsors. This is a basic inventory of those machines and what services they provide.
Note: this list may not be up to date. There is also information in the systems repo on GitHub that may be more up to date. Or out of date in different ways. It's all very exciting.
People with SSH accounts on the above machines must use one of our jump hosts to connect to them. Add this to your ~/.ssh/config
:
Host git.php.net americas.jump.php.net europe.jump.php.net ProxyJump none Port 9022 Host *.php.net ProxyJump <USERID>@europe.jump.php.net:9022 User <USERID>
Replace americas
with europe
depending on where you are. The jump hosts require 2FA using Google Authenticator.
Reference: https://en.wikibooks.org/wiki/OpenSSH/Cookbook/Proxies_and_Jump_Hosts
google-authenticator
command (select to use time based token and rate limiting if asked) and create a new entry in your OTP app (Google Authenticator or Authy work) using the QR code..google-authenticator
file to someone with root access on jumphost machines. I'm nominating Derick for this since he's been awesome and shall be rewarded with further work.
Note: You'll need to find someone who can replicate your account to europe.jump.php.net
so you can use it there, too.
Tip, you can tell ssh to use a php-specific key for php-related things by adding something like this to your Host *.php.net section:
IdentityFile /Users/bjori/.ssh/php_id_rsa
We use Nagios and Munin to monitor the machines. There is a public network status page as well as a protected area (log in with your SVN credentials) with more detailed information. The Munin web interface is available here.
Note regarding FreeBSD machines: Upgrades should be performed according to this guide.