Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Inviting everyone who uses WordPress management tools in Plesk The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test. To participate, please use this link .
Your experience will help shape product decisions and ensure the tools better support real-world use cases.
Is it safe to change the SSH port to something non-standard on Plesk 7.5? None of my users are allowed ssh access, so I'm really just checking to make sure it won't affect the CP in any way.
Depends on your OS, but on Red Hat/CentOS/Fedora machines you have to edit /etc/ssh/sshd_config (insert Port 2222 for instance) and restart the SSH service.
Originally posted by breun Depends on your OS, but on Red Hat/CentOS/Fedora machines you have to edit /etc/ssh/sshd_config (insert Port 2222 for instance) and restart the SSH service.
When you login the current working directory is your home directory. If you're logging in as root this is /root. This doesn't really matter as /etc/ssh/sshd_config is an absolute path and you can just open that file with any text editor you like. (You could 'cd /etc/ssh' to change the working dir to the dir where the sshd_config file is located if you'd want to.)
If this is all not clear to you then you might want to first learn a thing or two about basic command-line operations. The Introduction to Linux guide might be a good starting point.