: Function WP_Styles::add was called incorrectly. The style with the handle "hello-elementor-child-style" was enqueued with dependencies that are not registered: hello-elementor-theme-style. Please see Debugging in WordPress for more information. (This message was added in version 6.9.1.) in /home/csrkub/domains/cube-vps.com/public_html/wp-includes/functions.php on line 6131
Notice: Function WP_Scripts::add was called incorrectly. The script with the handle "gpress-custom-js" was enqueued with dependencies that are not registered: gpress-siema. Please see Debugging in WordPress for more information. (This message was added in version 6.9.1.) in /home/csrkub/domains/cube-vps.com/public_html/wp-includes/functions.php on line 6131
*Cube-Host– full cloud services!!
Command (replace user and 1.2.3.4 with your own values):
When you log in for the first time, confirm the host key (yes), then enter your password.
Basic client and authentication options are described in the OpenSSH manual.
In Windows 10/11, open PowerShell and run:
The keys will appear in C:Users<name>.ssh (or ~/.ssh on macOS/Linux): private — without extension (keep secret), public — .pub (copy it to the server).
Details on generating keys in Windows: Microsoft/phoenixNAP/HowToGeek.
The utility will add the key to ~/.ssh/authorized_keys and set the permissions.
Don’t get confused: only .pub goes to the server; we never copy the private key. Permissions .ssh = 700, authorized_keys = 600 (otherwise you will get Permission denied (publickey)).
To avoid entering the parameters each time, add the profile to ~/.ssh/config:
Now, ssh myvps is sufficient. Documentation on ssh_config (all key parameters — Host, User, Port, IdentityFile).
2. If you are logging in with a key: PuTTYgen → upload your private key or create a new one → save in .ppk format, then in PuTTY: Connection → SSH → Auth → Private key file for authentication — select .ppk.
3. (Optional) Log in to the session and save the profile so you don’t have to enter the parameters every time.
Check the availability of port 22 from your PC:
Permission denied (publickey) → check:
Open /etc/ssh/sshd_config and check (or add) the lines, then restart sshd:
Supported key directives and algorithms are described on the man page sshd_config/ssh_config.
SCP:
SFTP (interactive):
(Both methods are included in the OpenSSH client package.)