cPanel

Title Code
Terminal open
search 
1) Manage Shell (Or git version control->click : Manage Shell Plugin)
2) click : Enable SSH access

-----------------------------
|  Access Details: 	    |
|----------------------------
|  Server ip	: 12.13.14  |
|----------------------------
|  UserName	: abcUser   |
|----------------------------
|  SSH port	: 12345     |
-----------------------------


3) check : on/off switch

go to the index page another tab and see advance/Terminal icon show now

4) now click terminal

5) command bellow
ssh -p port username@Server ip

example
ssh -p 12345 abcUser@121314

then cPanel password

just ok

https://www.youtube.com/watch?v=NfN6gGJkg3g&ab_channel=TonyTeachesTech
did not match expected CN=`smtp.gmail.com'
stream_socket_enable_crypto(): Peer certificate CN=`server.cpanelmanager.com' did not match expected CN=`smtp.gmail.com'

.env file
MAIL_MAILER=sendmail

config/mail.php
'default' => env('MAIL_MAILER',  'sendmail'),

https://www.youtube.com/watch?v=0tHdid5cnzE
There is no existing directory at /storage/logs and its not buildable: Permission denied
https://stackoverflow.com/questions/51041196/there-is-no-existing-directory-at-storage-logs-and-its-not-buildable-permissio
cPanel to pc
Create ssh key in pc
name@pc:~$ ssh-keygen -t rsa
name@pc:~$ cat ~/.ssh/id_rsa.pub
Or id_ed25519.pub
copy the return code [ssh-rsa or id_ed25519.pub]

#Add ssh key in cPanel [go to]
ssh access
Manage SSH Keys
Import Key [button]

Choose a name for this key (defaults to id_dsa):
= textKey
Paste the public key into the following text box:
Import [button]

Public Keys Authorization Status
Go to Manage button the do this

Now open your pc's terminal
host 1)user name 2) post or url 3)password 
ssh userName@278.200.35.176
Or
ssh userName@abc.com
If password need login

https://www.youtube.com/watch?v=PXPjVBnLZvg&ab_channel=FozzyInc
https://www.youtube.com/watch?v=qOl3tq1gHd0&ab_channel=ServerOK