Srikanth Ramakrishnan
Srikanth Ramakrishnan
Hi @marcinguy, Thanks for the response. I did following based on your above comments 1) checked out private branch name **private_key** as shown below: ``` # git branch master *...
@marcinguy I am a root user and I have keys placed in /root/.ssh/ . Is it mandatory I have to be regular user? Below are the Logs I see after...
I have cloned it in /root/srikr/Tools/betterscan-ce . Ok so you want me to move this directory betterscan-ce from /root/srikr/Tools/ to /root do you think that will work?
@marcinguy I tried moving betterscan-ce directory to /root still I see same issue mentioned in above logs. Adjust mappings in docker-compose.yml meaning should I change the below line considering my...
ok @marcinguy thanks. I tried step 1) it works: ``` git -c core.sshCommand="ssh -i /root/.ssh/id_rsa" clone [email protected]:avinetworks/avi-dev.git Cloning into 'avi-dev'... Enter passphrase for key '/root/.ssh/id_rsa': remote: Enumerating objects: 2780016, done....
@marcinguy I did following based on your above comments: 1) Copied betterscan-ce directory to /root or user directory 2) Removed the passphrase of the private key 3) Deleted all the...
Sure @marcinguy I can give it a try with the new branch with web fix you have sent out but before that I have following questions: - if I want...
super @marcinguy will do that and update here before my End of the day Today. Thanks thats good piece of info.
I fixed above issues based on your inputs but I again hit following error, seems like it not taking the private key properly ``` [INFO / 2022-08-18 15:44:51] Running pre-analysis...
I used the new private branch I was able to see the private key UI option but when I copy my private key by removing existing key listed and update...