mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 21:36:17 +00:00
upon accepting the new hostkey, you connect
This commit is contained in:
@@ -55,8 +55,8 @@ class SSHHandler: @unchecked Sendable, ObservableObject {
|
||||
try connect()
|
||||
} catch {
|
||||
print("error in connect \(error.localizedDescription)")
|
||||
return
|
||||
}
|
||||
guard connected else { return }
|
||||
|
||||
try? authWithNone()
|
||||
getAuthMethods()
|
||||
|
||||
Reference in New Issue
Block a user