Jump to content

Shell


oradoe

Recommended Posts

"Helion" is a unit of currency.

"HelioHost" is the free host.

"HelioNet" is the forums.

"Helio Networks" is the general term for both HelioHost and HelioNet.

Get those straight... as for shell support, you can easily do that through your computer at home, you don't need shell access to transfer files between servers.

Link to comment
Share on other sites

  • 1 month later...

Cpanel appear to have an SSH/Shell option however it looks like you have to setup SSH keys.

I'm assuming it users Key based authentication and not keyboard interactive?

 

telnet is a VERY bad idea. It sends all data cleartext and can be prone to things like snooping and man in the middle attacks.

 

to copy with SSH use scp.

 

scp /path/to/my/local/file user@example.com:/path/to/place/to/copy/to

 

Not sure if SSH is actually active, have't tried it.

 

You may also be able to use SFTP, a secured version of FTP.

Link to comment
Share on other sites

Password authentication initiates key-based authentication in shell. Basically, you enter your password and then a key is generated for authentication in further server-client communciation. However, we restrict shell usage because of the security risk it poses. Jailshell access may be allowed if you give us a legitimate reason.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...