SSH Config not recognized #345
Closed
opened 2022-08-16 09:50:21 +00:00 by xeruf
·
5 comments
Labels
Clear labels
abra
awaiting-feedback
backups
bug
build
ci/cd
community organising
contributing
coopcloud.tech
design
documentation
duplicate
enhancement
fedi
fedi-infra
finance
funding
good first issue
help wanted
installer
legal
performance
proposal
question
security
test
wontfix
Everything to do with abra
Ping/pong on comms
Something is not working
Go build related issues
Getting the robots into the mix
Opening this thing up
Contributors stuff
Our main website
Design thinking required
Let's write things together
This issue or pull request already exists
New feature
Democratic decision making
Money things
Anything related to grant funding
Easy start with development
Need some help
Installation related issues
Performance related
Large change which requires feedback & decisin making
More information is needed
Securing our shit
Unit or integration test suite
This won't be fixed
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Assignees
3wordchant
aadil (Aadil Ayub)
abra-bot (Abra Bot)
ammaratef45
amras (Sarma)
Apfelwurm
BornDeleuze
Brooke
carla
cas (Cassowary)
coopcloud
cyrnel
decentral1se (d1)
dede
devydave
fauno (fauno)
iexos
jade (Jade Ambrose)
jjsfunhouse
jmakdah2 (Jackie Makdah)
joe-irving (Joe Irving)
kawaiipunk (KawaiiPunk)
knoflook
kolaente
lambdabundesverband
linnealovespie (April)
moosemower
moritz
notplants
oxaliq (sorrel)
p4u1
pharaohgraphy (Andrew 🐦🔥❤️🔥✴️)
renovate-bot (Comrade Renovate Bot)
ripclap
simon
sixsmith (Sixsmith)
stevensting
trav (Trav Fryer)
val (val (he/him))
yksflip
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: toolshed/organising#345
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Well, I have an entry like this in my ssh config:
Which is apparently not recognized.
Why does Abra not use ssh directly, though, which would avoid these issues?
It does not even recognize a config like this, staying with the wrong username, the heck?
But specifying
abra server add root@go.DOMAINalso ignores the given user.Finally, at least it tries to connect but the error message is very cryptic considering the actual error is simply
Permission denied.abradoes use SSH directly, I just don't think it can handle glob style matches on the Host entry in the ssh config...Do you have any logs for this? Maybe it was considering an invalidly created docker context at this stage (can validate with
abra server ls.Should be
abra server add go.DOMAIN root?Ah yes, this could definitely be improved.
Yep, made it work with
abra server add go.DOMAIN rootbut I would expect it to pickup the SSH config, which should not be an issue if thesshcli would be used directly.Yeh need to look again at the pros/cons of this internal SSH implementation. May have gone a bit drunk on binary bundling power trying to (questionably) avoid a bog-standard sysadmin tool (openssh-client).
Memory is fuzzy but it was a bit of a software spike after dropping the Docker CLI dependency that never really finished up cleanly. Hence these kind of reports and others on this issue tracker.
Merging into coop-cloud/organising#380