initial ssh key model and creation ui

This commit is contained in:
2024-07-01 06:38:46 -04:00
parent f311fde74e
commit 5e6542d08e
20 changed files with 555 additions and 28 deletions

View File

@ -56,6 +56,7 @@ pub fn run() -> tauri::Result<()> {
ipc::save_credential,
ipc::delete_credential,
ipc::list_credentials,
ipc::sshkey_from_file,
ipc::get_config,
ipc::save_config,
ipc::launch_terminal,