mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 21:36:17 +00:00
cleaned up crashes and stuff from the alert message not getting a value
This commit is contained in:
@@ -54,7 +54,7 @@ class SSHHandler: ObservableObject {
|
||||
self.host.key = getHostkey()
|
||||
}
|
||||
|
||||
var verbosity: Int = SSH_LOG_FUNCTIONS
|
||||
var verbosity: Int = 0
|
||||
|
||||
session = ssh_new()
|
||||
guard session != nil else {
|
||||
|
||||
Reference in New Issue
Block a user