You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
What would you like to be added:
nnictl create ssh connection using ssh-key
Why is this needed:
ssh-key connection support in nnictl create by sshKeyPath param in config.yml, but nnictl experiment delete only use password to create ssh connection:
What would you like to be added:
nnictl create ssh connection using ssh-key
Why is this needed:
ssh-key connection support in
nnictl create
bysshKeyPath
param in config.yml, butnnictl experiment delete
only use password to create ssh connection:nni/tools/nni_cmd/nnictl_utils.py
Lines 399 to 412 in 30152b0
Without this feature, how does current nni work:
Can not use
nnictl experiment delete
in remote modeComponents that may involve changes:
Any code calls function
create_ssh_sftp_client
innni/tools/nni_cmd/ssh_utils.py
Brief description of your proposal if any:
Maybe add an input param for
create_ssh_sftp_client
? Like this:The text was updated successfully, but these errors were encountered: