

Or, you could also use SSH to directly access your site’s database (though Kinsta also offers easy phpMyAdmin database management).īasically, once you use SSH to connect to your server, you have a ton of flexibility because you’re able to execute your own commands as needed, which isn’t the case with SSL. SFTP lets you connect to your server via secure SSH tunneling and then manage files using FTP just like you normally would.Īt Kinsta, we only offer SFTP access because SFTP is much more secure than regular unencrypted FTP access.
#Filezilla ssh and ssl how to#
For example, how to unzip a file in Terminal using SSH.īeyond using SSH to be able to manage your server via the command line, SSH also underpins another important tool – SFTP, short for SSH File Transfer Protocol (also often called Secure File Transfer Protocol). You can follow our intro guide on how to use SSH to get started. Note – WP-CLI is installed by default on all of our WordPress hosting plans.Īt Kinsta, we offer SSH access on all plans and you can also add your SSH keys via the MyKinsta dashboard. You can create content, apply updates, manage taxonomies, and lots more. You can execute any commands that you want, as long as you understand the command line.įor example, if you’re using WordPress, you can use WP-CLI to interact with your WordPress site and plugins once you’ve connected with SSH.
#Filezilla ssh and ssl full#
Once you’ve connected to your server via SSH, you’re in full control. Perhaps a better question is “what can’t you use SSH for?”. Then, we’ll go more in-depth into some of the high-level and specific technical differences between SSH vs SSL. In this article, we’ll introduce you to both SSH and SSL and what you can use them for.

At Kinsta, you’ll also use SSH when you want to connect to your server via SFTP access. For example, if you want to connect to your site’s server to execute commands using WP-CLI, you’ll use SSH. a web server) and create a secure connection to issue commands (via SSH tunneling). On the other hand, SSH is used to remotely log in to another computer (e.g. SSL is what adds the “green padlock” in web browsers and it’s also what you use if you want to securely accept credit card information (or other sensitive data) on your website. In general, SSL is used for encrypting data in transit between two locations, such as your web browser and the server of a site that you’re visiting. However, while they are similar in some ways at a high level, they serve two very different purposes, so it’s important to understand the difference between SSH vs SSL.
