gittinfunky Posted February 19, 2016 Share Posted February 19, 2016 Having fun playing around with the LAN Turtle. Have a ubuntu VPS setup in AWS and am trying to setup ssh to the VPS. VPS setup and I can ssh from my PC. Have setup a user. I have installed autossh module on the turtle and generated the keys on the turtle, but when I try and copy it to VPS it fails. Has anyone else used AWS to autossh to turtle ? if so do you have any tips for me ? thanks Quote Link to comment Share on other sites More sharing options...
Scott P Posted March 19, 2016 Share Posted March 19, 2016 I think you have an issue with AWS because you can't login at root. I used a VPS from Digital Ocean and have no issues. Quote Link to comment Share on other sites More sharing options...
raz0r Posted March 21, 2016 Share Posted March 21, 2016 @ gittinfunkyssh into your VPS then try the following commands sudo su passwd enter new password twice nano /etc/ssh/sshd_config Then edit this line as shown PermitRootLogin yes Then edit this line as shown PasswordAuthentication yes Ctrl + x y return service ssh restart log out then try ssh root@IP Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.