Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Possibility to change Server, Port, Username and Password and switch to Public Key auth #236

Open
1 of 3 tasks
Mannshoch opened this issue Jan 17, 2023 · 0 comments
Open
1 of 3 tasks

Comments

@Mannshoch
Copy link

Pre-Submission checklist

  • There is no existing issue that already asks for this feature.
  • The feature already exists in rclone (on your PC or in Termux)
  • I am prepared to help make this feature

What version of RCX are you using (About -> App version)?

1.12.2 (22.07.2021)

What problem are you trying to solve?

Changing Server and Password

What should RCX be able to do differently to help with this problem?

  1. Allow to edit a Remote
  2. Allow change Server, Port, Username and Password
  3. Add an Automatism to try to register a public key certificate so no username and password is required for connection.
    1. Create a new key-pair per Remote. Use the remote Password to encrypt the key-pair
    2. Try to ssh-copy-id to the server
    3. If successful use it that way. If not, remove the key pair and us username and password like before
    4. If Password is changed, change the password also on the key pair
    5. If a remote should be deleted, try to remove also the ID on server and remove the key pair also.
  4. Check if username and password work and give feedback if not.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant