If your hosting order is using our new infrastructure, the way to connect to your website host using ssh or sftp has changed.
In the members control panel, ensure your username has been granted "Server Access". You can do that be either editing the user account record, and putting a check mark in the "Server Access" checkbox. Or, by clicking the "Server Access" tab and creating a new record.
Before connecting for the first time via ssh/sftp you must login to the member control panel with the same account you wish to use to connect via ssh/sftp. Once connected your account will be authorized to access the web server via ssh or sftp for the next 24 hours. You can do this step manually or automate it.
Username: Your username
Host: shell.mayfirst.org
Depending on the software and method you use to connect you may additionally need to specify the port and protocol
Port: 22
Protocol: sftp or secure FTP or SSH
If you would like a point and click program with a graphical interface, some good options are:
Most Secure FTP programs will show your local folders on the left side and the server server folders on the right. You can drag files and folders from the left side to the right side. Be sure to place all files and folders that you want accessible in your web site in the "web" folder.
Windows, Mac and Linux also include a command line sftp program you can use from a terminal/console
Try: sftp username@shell.mayfirst.org
(replace "username" with your actual username)
You can also connect to the server using the Secure Shell Protocol (SSH) to access an interactive command line console on the server.
Windows, Mac and Linux also include a command line ssh program you can use from a terminal/console
Try: ssh username@shell.mayfirst.org
(replace "username" with your actual username)
The PuTTY dedicated ssh client is another option for Windows.
The first time you connect you will be asked to verify the server fingerprint. The shell server fingerprint should be any one of the following:
SHA256:pf8jpRMneF6JohZAUaX/8KK3H3DvJ9+ueIH1vz81N6s
(RSA)SHA256:GlEYUfQZGOmy6NEe1TPqYpJDvF50t2/Fl8+QCfB6ez4
(ECDSA)SHA256:wooJEliExpK39SCWm3Q5hGerhuUkkKLr2PkIiK/4KZg
(ED25519)MD5:ce:d6:7b:1d:d0:42:1e:fc:72:cc:5e:ce:bf:0f:a8:dd
(ECDSA)MD5:af:52:3a:d6:3d:1f:ce:da:7e:1a:2a:b8:d6:45:52:87
(ED25519)MD5:01:16:75:b6:35:31:4c:fc:50:af:63:44:40:21:9d:ea
(RSA)