Host key verification failed.
ssh -i ~/.ssh/id_rsa 'user@ip command'
also gives same error
force reinstall key also same errorTo unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/73db3481-3f2a-4c75-8454-7813d9c4c741%40googlegroups.com.
Warning: Permanently added '192.168.0.12' (ECDSA) to the list of known hosts. Permission denied, please try again. Permission denied, please try again. Received disconnect from 192.168.0.12 port 22:2: Too many authentication failures Connection to 192.168.0.12 closed by remote host.
On 28 January 2017 at 09:38, <ghe...@me.com> wrote:
> this time I got
If you use an exec node to run /usr/bin/id , what does it return?
Nick
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/45032b10-4b31-4acd-af26-5cfc36878a78%40googlegroups.com.
uid=0(root) gid=0(root) groups=0(root)
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/3fe5ed22-5017-43f0-bd63-b60245a4b442%40googlegroups.com.
Jan 28 21:51:46 odroid pm2[1609]: [PM2] PM2 Successfully daemonized
Jan 28 21:51:46 odroid pm2-init.sh[1683]: mesg: ttyname failed: Inappropriate ioctl for device
Jan 28 21:51:46 odroid pm2[1609]: [PM2] Resurrecting
Jan 28 21:51:46 odroid pm2[1609]: [PM2] Restoring processes located in /root/.pm2/dump.pm2
Jan 28 21:51:47 odroid pm2[1609]: ┌──────────┬────┬──────┬─────┬────────┬─────────┬────────┬─────┬─────┬──────────┐
Jan 28 21:51:47 odroid pm2[1609]: │ App name │ id │ mode │ pid │ status │ restart │ uptime │ cpu │ mem │ watching │
Jan 28 21:51:47 odroid pm2[1609]: └──────────┴────┴──────┴─────┴────────┴─────────┴────────┴─────┴─────┴──────────┘
Jan 28 21:51:47 odroid pm2[1609]: Use `pm2 show <id|name>` to get more details about an app
Jan 28 21:51:47 odroid systemd[1]: Started PM2 next gen process manager for Node.js.
Jan 28 21:51:47 odroid pm2-init.sh[1683]: [PM2] Spawning PM2 daemon with pm2_home=/home/odroid/.pm2
Jan 28 21:51:48 odroid pm2-init.sh[1683]: [PM2] PM2 Successfully daemonized
Jan 28 21:51:48 odroid pm2-init.sh[1683]: [PM2] Resurrecting
Jan 28 21:51:48 odroid pm2-init.sh[1683]: [PM2] Restoring processes located in /home/odroid/.pm2/dump.pm2
Jan 28 21:51:48 odroid pm2-init.sh[1683]: [PM2] Process /usr/bin/node-red restored
Jan 28 21:51:48 odroid pm2-init.sh[1683]: ┌──────────┬────┬──────┬──────┬────────┬─────────┬────────┬─────┬───────────┬──────────┐
Jan 28 21:51:48 odroid pm2-init.sh[1683]: │ App name │ id │ mode │ pid │ status │ restart │ uptime │ cpu │ mem │ watching │
Jan 28 21:51:48 odroid pm2-init.sh[1683]: ├──────────┼────┼──────┼──────┼────────┼─────────┼────────┼─────┼───────────┼──────────┤
Jan 28 21:51:48 odroid pm2-init.sh[1683]: │ node-red │ 0 │ fork │ 1808 │ online │ 0 │ 0s │ 70% │ 12.1 MB │ disabled │
Jan 28 21:51:48 odroid pm2-init.sh[1683]: └──────────┴────┴──────┴──────┴────────┴─────────┴────────┴─────┴───────────┴──────────┘
Jan 28 21:51:48 odroid pm2-init.sh[1683]: Use `pm2 show <id|name>` to get more details about an app
Jan 28 21:51:49 odroid systemd[1]: Started LSB: PM2 init script.
vents.js:141
throw er; // Unhandled 'error' event
^
Error: connect EACCES /home/odroid/.pm2/rpc.sock
at Object.exports._errnoException (util.js:907:11)
at exports._exceptionWithHostPort (util.js:930:20)
at PipeConnectWrap.afterConnect [as oncomplete] (net.js:1078:14)