Skip to content

Support custom SSH username (ubuntu, root, etc.) for VPS connection #2

Description

@mariusdjen

##Description

Add the ability to specify the SSH username (e.g., ubuntu, root, etc.) when connecting to a VPS.

Currently, the tool assumes a connection with root, which does not work on some VPS providers (like OVH) where the default user is ubuntu.

##Use case

On some VPS providers, especially OVH, root access is disabled by default for security reasons.

Users connect via accounts like ubuntu using sudo.

Allowing the username to be specified would prevent installation blocks and make the tool compatible with more setups.

##Proposed solution**
• Prompt the user for the SSH username at the beginning (e.g., ubuntu@ip)
• Or add a configurable parameter for the SSH user
• Implement an automatic fallback if root fails

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions