Skip to content

Script and process to connect successfully with codeanywhere ssh

License

Notifications You must be signed in to change notification settings

sjdonado/ssh-connect-codeanywhere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ssh-connect-codeanywhere

Script and process to connect successfully with codeanywhere ssh

Type in your terminal

  • Type in ssh-keygen and you will create your public key
  • Type cat ~/.ssh/id_rsa and copy your entire key

Type in codeanywhere terminal:

Type:

$ vim authorized_keys

Type "A" or "I" paste your key in new line and Save (by pressing [CTR + C], and entering :wq)

$ sudo nano /etc/ssh/sshd_config

Modify same as this

# To disable tunneled clear text passwords, change to no here!
PasswordAuthentication yes
#PermitEmptyPasswords yes
#PasswordAuthentication no

After, change the UNIX password

$ sudo su
# passwd cabox

Run install script

$ git clone https://github.com/sjdonado/Ssh-connect-codeanywhere.git
$ cd Ssh-connect-codeanywhere
$ sh install.sh

Connect to codeanywhere

Locate SSH port number in Container's Info, and type:

$ codeanywhere

About

Script and process to connect successfully with codeanywhere ssh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages