Cannot setup ssh-bind
Added by Mr FixR over 2 years ago
Hi,
I cannot setup ssh-bind because I got this message:
nmc@nexenta:/$ setup network ssh-bind Remote appliance : 192.168.1.1 Super-User password : xxxxxxxxx com.nexenta.nms.OperationFailed: host '192.168.1.1' already bound For more info, please see: http://www.nexenta.com/corp/nexentastor-faq-table/483
But there is no ssh-bind available:
nmc@nexenta:/$ setup network ssh-bind show No ssh-bound hosts available
How can I fix this?
Replies
RE: Cannot setup ssh-bind - Added by Kevin Ou over 2 years ago
Try login to both hosts as root and do the following:
!bash rm -f ~root/.ssh/authorized_keys
That's fixed my problem with exactly error message like you. You might want to do vi ~root/.ssh/authorized_keys to only remove the line with the SSH key for the host you are binding from if you already have other SSH key(s) in that file.
Hope this help.
RE: Cannot setup ssh-bind - Added by Mr FixR over 2 years ago
Thanks Kevin! This is doing the trick.
RE: Cannot setup ssh-bind - Added by Brett Abela over 2 years ago
Hey all ....
I have this same issue.... although i have done what is suggested above.... i still get the same error?? any help would be greatly appreciated????