aiidalab / aiidalab/aiidalab-widgets-base
Various issues in SshComputerSetup
- Langage dominant
- Python
- Étoiles
- 10
- Forks
- 19
- Merge moyen
- 1 j 22 h
- PR mergées (30 j)
- 20
Description
When looking at the code of `SshComputerSetup` I noticed a couple of (apparent) issues.
- When a config for a given computer already exists, the (potentially) new values are not written. What's worse, the user is not notified about this. In essence this means that user cannot change an existing config
- When unit testing this widget, we're (repeatadly) writing to an actual `.ssh/config` file! We need to monkeypatch this.
- When a private Ssh key already exists, the new value is written to a different file, but this is not correctly propagated to the calling function
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.