orgalorg: MacOS Orgalore doesnt work - Bug
Expected behavior:
orgalorg -o op@55.55.55.55:2266 -C id
uid=1000(op) gid=1000(op) groups=1000(op),27(sudo),998(docker)
I cant seem to get orgalorg to work on Mac. Tried by installing via go get and via the binary. Bug:
./orgalorg -o op@55.55.55.55:2266 -C id -k /Users/desktop/.ssh/id_rsa.pub
2021-07-23 23:53:47 [FATAL] connecting to cluster failed
└─ connection to 1 of 1 nodes failed
└─ can't connect to nodes
└─ can't connect to address: [op@55.55.55.55:2266]
└─ ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
Running the same command from Ubuntu 20.04 works. SSH-ing normally from my Mac to 55.55.55.55 works
ssh op@55.55.55.55 -p2266 < - works.
orgalorg seems to not be able to find the key file? Even specifying the keyfile in the command line manually doesn’t work. Not specifying in the command and letting orgalorg picks the default still doesnt work.
./orgalorg -o op@55.55.55.55:2266 -C id
2021-07-24 00:00:12 [FATAL] connecting to cluster failed
└─ connection to 1 of 1 nodes failed
└─ can't connect to nodes
└─ can't connect to address: [op@55.55.55.55:2266]
└─ ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
About this issue
- Original URL
- State: open
- Created 3 years ago
- Comments: 24 (3 by maintainers)
Seems to work okay for me:
I’ll try on my Mac soon and see