Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-expand-tabs-free domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/websitedevait/public_html/wp-includes/functions.php on line 6131
What is the default shell I can connect to my Fully Managed Linux server via ssh? | Advanced Internet Technologies

AIT supports “bash”, or BourneAgain Shell, shell through ssh.  AIT also supports the .ssh2 keys for BASH.

To use SSH on your Linux account, you will need for first create a key. The public key must be converted to IETF SECSH format and upload the result to a folder named

.ssh or .ssh2. Please make sure to use RSA format instead of DSA when generating the key. Follow the steps below to properly finish the configuration for SSH.

  • FTP to your account.
  • Create a directory named .ssh2 in your homedirectory (root of server, notthe www home directory).
  • Chmod the directory (.ssh or .ssh2) to 700.
  • Upload your identity .pub /.ssh2 (this is your SSH2 public key which shouldbe in RSA format).
  • Rename this file to authorized_keys.
  • Chmod 400 /.ssh2/authorized_keys.
  • Once this is done, contact AIT’s Customer Service Department via the Trouble Ticket System to finish the configuration. If you are unable to perform the above steps, AIT can perform the actions above. Please note that response time for completion of your SSH access can take up to 24 hours.