mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 13:26:16 +00:00
added keypair protocol
added bell support added getkeys added ui to show hostkeys all in one place
This commit is contained in:
@@ -22,7 +22,7 @@ struct ContentView: View {
|
||||
.tabItem {
|
||||
Label("Hosts", systemImage: "server.rack")
|
||||
}
|
||||
KeyManagerView(keyManager: keyManager)
|
||||
KeyManagerView(hostsManager: hostsManger, keyManager: keyManager)
|
||||
.tabItem {
|
||||
Label("Keys", systemImage: "key.2.on.ring")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user