rapidloop / rtop-bot

A Bot for Remote Server Monitoring over SSH
http://www.rtop-monitor.org/rtop-bot/
MIT License
171 stars 20 forks source link

rtop-bot ssh protocol wont work unless remote has your authorized_keys #10

Closed benjhardy closed 4 years ago

benjhardy commented 4 years ago

Was having trouble getting into the server, with SSH ssh: handshake failed: ssh: unable to authenticate, attempted methods [none], no supported methods remain

benjhardy commented 4 years ago

Although insecure, you can use ssh-keygen and "no passphrase" (i.e. doesn't encrypt your public key) to login into the remote server without further input. This website has a nice layout of how to do this given your specific situation. https://www.codingforentrepreneurs.com/blog/using-ssh-creating-ssh-keys#:~:text=If%20you%20want%20extra%20security,won't%20work%20any%20more.