formatting

This commit is contained in:
HonigBij 2015-03-18 15:47:09 +01:00
parent 2957d00bd8
commit b2794b1aed
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class HoneyPotSSHUserAuthServer(userauth.SSHUserAuthServer):
transport.DISCONNECT_PROTOCOL_ERROR,
"only one keyboard interactive attempt at a time")
return defer.fail(error.IgnoreAuthentication())
src_ip=self.transport.getPeer().address.host
src_ip = self.transport.getPeer().address.host
c = auth.PluggableAuthenticationModulesIP(self.user, self._pamConv, src_ip)
return self.portal.login(c, None, conchinterfaces.IConchUser)