Skip to content

Commit cfc8f2f

Browse files
committed
Fix auth
1 parent 6593fa8 commit cfc8f2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/protocols/ssh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def plaintext_login(self, username, password, private_key=""):
138138
except Exception as e:
139139
self.logger.exception(e)
140140
self.conn.close()
141-
return False
141+
return False
142142

143143
def check_privs(self, cred_id, stdout):
144144
shell_access = False

0 commit comments

Comments
 (0)