Add flag to aid in debugging abra server add #587

Open
opened 2024-03-26 18:07:13 +00:00 by basebuilder · 0 comments
Member

Recently a new abra user asked for support in #coopcloud-tech to debug why they could not successfully complete the abra server add <server> command.

The issue this newbie encountered was that their SSH connection was using a different user on their client machine than the user that what was available on the server they were trying to connect to (in the add sub-command).

Explicitly specifying the User value in the ~/.ssh/config file is one configuration method of avoiding this issues. However, as related issues #567 #566 #570 getting these configs right is tricky business.

It was suggested by @decentral1se that maybe adding a flag like abra server add --fuck could print what abra is intending to do in human friendly language such as which user, domain, ssh opts etc. Other names for this flag could be:

--deets
--d33ts
--halp
--print
--details

Alternatively abra could just show this information at start of --debug command

Recently a new `abra` user asked for support in [#coopcloud-tech](https://matrix.to/#/#coopcloud-tech:autonomic.zone) to debug why they could not successfully complete the `abra server add <server>` command. The issue this newbie encountered was that their SSH connection was using a different `user` on their client machine than the user that what was available on the server they were trying to connect to (in the `add` sub-command). Explicitly specifying the `User` value in the `~/.ssh/config` file is one configuration method of avoiding this issues. However, as related issues #567 #566 #570 getting these configs right is tricky business. It was suggested by @decentral1se that maybe adding a flag like `abra server add --fuck` could print what `abra` is intending to do in human friendly language such as which user, domain, ssh opts etc. Other names for this flag could be: ``` --deets --d33ts --halp --print --details ``` Alternatively `abra` could just show this information at start of `--debug` command
basebuilder added the
enhancement
abra
labels 2024-03-26 18:07:13 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/organising#587
No description provided.