ZoukeNN commented on issue #1084: Condense fluo.sh URL: https://github.com/apache/fluo/issues/1084#issuecomment-596713006 @ctubbsii you were right , I checked the logs and the issues seems to be with not having passwordless authentication. This did the work ` ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa ` ` cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys ` Currently I am able to access uno shell.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
