php - Can you SSH to a Godaddy Wordpress website on terminal?

one text

I'm a bit of a novice with Wordpress and want to know how to check PHP files but cannot connect to the remote server for the Wordpress website. Wordpress says it can use FTP to access the files so I'm trying to ssh to the server on terminal in Ubuntu like I would ssh any other server like so ssh myusername@mywebsite.com But I get permission denied even though I have the username and password. Is this the correct syntax for using ssh to a WordPress site? Would the URL be different or the same from my domains website for trying to use FTP to access the WordPress website?

Source