How to connect to hosting via SSH (ISPmanager, PuTTY)

Аватар автора
PHP: от основ к профессиональным проектам
Generating SSH keys 2. Launch the installer and install PuTTY on your PC; 3. Once PuTTY is installed, go to your Start menu, find the PuTTYgen app and launch it; 4. Click the “Generate” button and move your cursor over the blank area until the key is generated; 5. Come up with a password for your key and type it twice in the appropriate fields; 6. Click the “Save private key” button, name your key and save it on your PC; 7. Copy your public key’s code to your clipboard and to a safe place; Configuring an SSH connection 1. Go to your client area to the “Hosting management” section and click the “Open ISPmanager” button; 2. The ISPmanager panel will be opened. Go to the “Dashboard” section and click the “File manager” button; 3. Click the “Add” button in the top menu bar; 4. Set the “Type” option to “Directory” and type .ssh to the “Name” field; 5. Click OK; 6. Now click the “.ssh” directory and then the “Attributes” button in the top menu bar; 7. Type 700 into the “Permissions” field and click OK; 8. Now double-click the .ssh directory to open it; 9. Click the “Add” button in the top menu bar; 10. Type authorized_keys to the “Name” field and create this file by clicking OK; 11. Now click the “authorized_keys” file and then the “Attributes” button in the top menu bar; 12. Type 600 into the “Permissions” field and click OK; 13. Now double-click the authorized_keys file to open it; 14. Paste your public key’s code you’ve copied into this file and click OK; Establishing an...

0/0


0/0

0/0

0/0