Octavian
Octavian
@thapr0digy had to replace the function with `doctl compute droplet list -o json | jq -r 'select( .[].image.name | startswith("axiom"))'` to get it working as expected. Still debating and testing...
``` services: redis: image: redis mongo: image: mongo worker: image: proteus/worker build: context: bin/worker/ volumes: - /home/op/.axiom/accounts/personal.json:/root/.axiom/accounts/default.json # map your account here - /home/op/.axiom/modules:/root/.axiom/modules # map modules - /home/op/.ssh:/root/.ssh #...
@prologic You can see in the above even with no key provided it still fails, but good point. ``` orgalorg -o [email protected]:2266 -C id -k /Users/desktop/.ssh/id_rsa 2021-07-24 00:43:32 [FATAL] connecting...
@prologic No
I regenerated my SSH key and created a new cloud VSI, made sure orgalorg is up to date but still unable to auth with orgalorg. ``` orgalorg -o [email protected]:2266 -C...
Tried with `-u` argument, still no dice. ``` ./orgalorg -u op -o [email protected]:2266 -C id 2021-07-24 01:32:19 [FATAL] connecting to cluster failed └─ connection to 1 of 1 nodes failed...
@prologic No, that would be great to add. ``` ./orgalorg -v -o [email protected]:2266 -C id 2021-07-24 01:54:16 [DEBUG] using 16 threads 2021-07-24 01:54:16 [DEBUG] connecting to 1 nodes 2021-07-24 01:54:16...
Jul 24 07:11:23 lamar22 sshd[1021]: rexec line 16: Deprecated option UsePrivilegeSeparation Jul 24 07:11:23 lamar22 sshd[1021]: rexec line 19: Deprecated option KeyRegenerationInterval Jul 24 07:11:23 lamar22 sshd[1021]: rexec line 20:...
This is with ssh op@IP -p2266 ``` Jul 24 07:13:01 lamar22 sshd[1089]: rexec line 16: Deprecated option UsePrivilegeSeparation Jul 24 07:13:01 lamar22 sshd[1089]: rexec line 19: Deprecated option KeyRegenerationInterval Jul...
Same. If im reading the logs right it seems like orgalorg isnt using the key file?