I connected to bastion-staging (ftp server-name) through ssh (from local machine).
I have get access through sudo bash.
Now I am trying to ssh from bastion-staging (myserver-name) to ecash (another-server).
But when I run:
ssh root@ecash
I get an error:
WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0777 for '/root/.ssh/id_rsa' are too open.
It is recommended that your private key files are NOT accessible by others.
This private key will be ignored.
bad permissions: ignore key: /root/.ssh/id_rsa
Moreover, I have no password for ecash , I've been said I could ssh as root to another server (e.g ecash).
What should I do now?
Permissions 0777 for '/root/.ssh/id_rsa' are too open.<=== – Oct 08 '16 at 04:18ssh -A. And why become root? – ctrl-alt-delor May 20 '22 at 20:20