/usr/lib/python3/dist-packages/asyncssh/auth.py is in python3-asyncssh 1.11.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 | # Copyright (c) 2013-2017 by Ron Frederick <ronf@timeheart.net>.
# All rights reserved.
#
# This program and the accompanying materials are made available under
# the terms of the Eclipse Public License v1.0 which accompanies this
# distribution and is available at:
#
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Ron Frederick - initial implementation, API, and documentation
"""SSH authentication handlers"""
import asyncio
from .constants import DEFAULT_LANG, DISC_PROTOCOL_ERROR
from .gss import GSSError
from .logging import logger
from .misc import DisconnectError, PasswordChangeRequired
from .packet import Boolean, Byte, String, UInt32, SSHPacketHandler
from .saslprep import saslprep, SASLPrepError
# pylint: disable=bad-whitespace
# SSH message values for GSS auth
MSG_USERAUTH_GSSAPI_RESPONSE = 60
MSG_USERAUTH_GSSAPI_TOKEN = 61
MSG_USERAUTH_GSSAPI_EXCHANGE_COMPLETE = 63
MSG_USERAUTH_GSSAPI_ERROR = 64
MSG_USERAUTH_GSSAPI_ERRTOK = 65
MSG_USERAUTH_GSSAPI_MIC = 66
# SSH message values for public key auth
MSG_USERAUTH_PK_OK = 60
# SSH message values for password auth
MSG_USERAUTH_PASSWD_CHANGEREQ = 60
# SSH message values for 'keyboard-interactive' auth
MSG_USERAUTH_INFO_REQUEST = 60
MSG_USERAUTH_INFO_RESPONSE = 61
# pylint: enable=bad-whitespace
_auth_methods = []
_client_auth_handlers = {}
_server_auth_handlers = {}
class _Auth(SSHPacketHandler):
"""Parent class for authentication"""
def __init__(self, conn, coro):
self._conn = conn
self._coro = conn.create_task(coro)
def create_task(self, coro):
"""Create an asynchronous auth task"""
self.cancel()
self._coro = self._conn.create_task(coro)
def cancel(self):
"""Cancel any authentication in progress"""
if self._coro: # pragma: no branch
self._coro.cancel()
self._coro = None
class _ClientAuth(_Auth):
"""Parent class for client authentication"""
def __init__(self, conn, method):
self._method = method
super().__init__(conn, self._start())
@asyncio.coroutine
def _start(self):
"""Abstract method for starting client authentication"""
# Provided by subclass
raise NotImplementedError
def auth_succeeded(self):
"""Callback when auth succeeds"""
def auth_failed(self):
"""Callback when auth fails"""
@asyncio.coroutine
def send_request(self, *args, key=None):
"""Send a user authentication request"""
yield from self._conn.send_userauth_request(self._method,
*args, key=key)
class _ClientNullAuth(_ClientAuth):
"""Client side implementation of null auth"""
@asyncio.coroutine
def _start(self):
"""Start client null authentication"""
yield from self.send_request()
class _ClientGSSKexAuth(_ClientAuth):
"""Client side implementation of GSS key exchange auth"""
@asyncio.coroutine
def _start(self):
"""Start client GSS key exchange authentication"""
if self._conn.gss_kex_auth_requested():
yield from self.send_request(key=self._conn.get_gss_context())
else:
self._conn.try_next_auth()
class _ClientGSSMICAuth(_ClientAuth):
"""Client side implementation of GSS MIC auth"""
def __init__(self, conn, method):
super().__init__(conn, method)
self._gss = None
self._got_error = False
@asyncio.coroutine
def _start(self):
"""Start client GSS MIC authentication"""
if self._conn.gss_mic_auth_requested():
self._gss = self._conn.get_gss_context()
mechs = b''.join((String(mech) for mech in self._gss.mechs))
yield from self.send_request(UInt32(len(self._gss.mechs)), mechs)
else:
self._conn.try_next_auth()
def _finish(self):
"""Finish client GSS MIC authentication"""
if self._gss.provides_integrity:
data = self._conn.get_userauth_request_data(self._method)
self._conn.send_packet(Byte(MSG_USERAUTH_GSSAPI_MIC),
String(self._gss.sign(data)))
else:
self._conn.send_packet(Byte(MSG_USERAUTH_GSSAPI_EXCHANGE_COMPLETE))
def _process_response(self, pkttype, packet):
"""Process a GSS response from the server"""
# pylint: disable=unused-argument
mech = packet.get_string()
packet.check_end()
if mech not in self._gss.mechs:
raise DisconnectError(DISC_PROTOCOL_ERROR, 'Mechanism mismatch')
try:
token = self._gss.step()
self._conn.send_packet(Byte(MSG_USERAUTH_GSSAPI_TOKEN),
String(token))
if self._gss.complete:
self._finish()
except GSSError as exc:
if exc.token:
self._conn.send_packet(Byte(MSG_USERAUTH_GSSAPI_ERRTOK),
String(exc.token))
self._conn.try_next_auth()
return True
def _process_token(self, pkttype, packet):
"""Process a GSS token from the server"""
# pylint: disable=unused-argument
token = packet.get_string()
packet.check_end()
try:
token = self._gss.step(token)
if token:
self._conn.send_packet(Byte(MSG_USERAUTH_GSSAPI_TOKEN),
String(token))
if self._gss.complete:
self._finish()
except GSSError as exc:
if exc.token:
self._conn.send_packet(Byte(MSG_USERAUTH_GSSAPI_ERRTOK),
String(exc.token))
self._conn.try_next_auth()
return True
def _process_error(self, pkttype, packet):
"""Process a GSS error from the server"""
# pylint: disable=unused-argument
_ = packet.get_uint32() # major_status
_ = packet.get_uint32() # minor_status
msg = packet.get_string()
_ = packet.get_string() # lang
packet.check_end()
logger.warning('GSS error from server: %s',
msg.decode('utf-8', errors='ignore'))
self._got_error = True
return True
def _process_error_token(self, pkttype, packet):
"""Process a GSS error token from the server"""
# pylint: disable=no-self-use,unused-argument
token = packet.get_string()
packet.check_end()
try:
self._gss.step(token)
except GSSError as exc:
if not self._got_error: # pragma: no cover
logger.warning('GSS error from server: %s', str(exc))
return True
# pylint: disable=bad-whitespace
packet_handlers = {
MSG_USERAUTH_GSSAPI_RESPONSE: _process_response,
MSG_USERAUTH_GSSAPI_TOKEN: _process_token,
MSG_USERAUTH_GSSAPI_ERROR: _process_error,
MSG_USERAUTH_GSSAPI_ERRTOK: _process_error_token
}
# pylint: enable=bad-whitespace
class _ClientPublicKeyAuth(_ClientAuth):
"""Client side implementation of public key auth"""
@asyncio.coroutine
def _start(self):
"""Start client public key authentication"""
self._keypair = yield from self._conn.public_key_auth_requested()
if self._keypair is None:
self._conn.try_next_auth()
return
yield from self.send_request(Boolean(False),
String(self._keypair.algorithm),
String(self._keypair.public_data))
@asyncio.coroutine
def _send_signed_request(self):
"""Send signed public key request"""
yield from self.send_request(Boolean(True),
String(self._keypair.algorithm),
String(self._keypair.public_data),
key=self._keypair)
def _process_public_key_ok(self, pkttype, packet):
"""Process a public key ok response"""
# pylint: disable=unused-argument
algorithm = packet.get_string()
key_data = packet.get_string()
packet.check_end()
if (algorithm != self._keypair.algorithm or
key_data != self._keypair.public_data):
raise DisconnectError(DISC_PROTOCOL_ERROR, 'Key mismatch')
self.create_task(self._send_signed_request())
return True
packet_handlers = {
MSG_USERAUTH_PK_OK: _process_public_key_ok
}
class _ClientKbdIntAuth(_ClientAuth):
"""Client side implementation of keyboard-interactive auth"""
@asyncio.coroutine
def _start(self):
"""Start client keyboard interactive authentication"""
submethods = yield from self._conn.kbdint_auth_requested()
if submethods is None:
self._conn.try_next_auth()
return
yield from self.send_request(String(''), String(submethods))
@asyncio.coroutine
def _receive_challenge(self, name, instruction, lang, prompts):
"""Receive and respond to a keyboard interactive challenge"""
responses = \
yield from self._conn.kbdint_challenge_received(name, instruction,
lang, prompts)
if responses is None:
self._conn.try_next_auth()
return
self._conn.send_packet(Byte(MSG_USERAUTH_INFO_RESPONSE),
UInt32(len(responses)),
b''.join(String(r) for r in responses))
def _process_info_request(self, pkttype, packet):
"""Process a keyboard interactive authentication request"""
# pylint: disable=unused-argument
name = packet.get_string()
instruction = packet.get_string()
lang = packet.get_string()
try:
name = name.decode('utf-8')
instruction = instruction.decode('utf-8')
lang = lang.decode('ascii')
except UnicodeDecodeError:
raise DisconnectError(DISC_PROTOCOL_ERROR, 'Invalid keyboard '
'interactive info request') from None
num_prompts = packet.get_uint32()
prompts = []
for _ in range(num_prompts):
prompt = packet.get_string()
echo = packet.get_boolean()
try:
prompt = prompt.decode('utf-8')
except UnicodeDecodeError:
raise DisconnectError(DISC_PROTOCOL_ERROR, 'Invalid keyboard '
'interactive info request') from None
prompts.append((prompt, echo))
self.create_task(self._receive_challenge(name, instruction,
lang, prompts))
return True
packet_handlers = {
MSG_USERAUTH_INFO_REQUEST: _process_info_request
}
class _ClientPasswordAuth(_ClientAuth):
"""Client side implementation of password auth"""
def __init__(self, conn, method):
super().__init__(conn, method)
self._password_change = False
@asyncio.coroutine
def _start(self):
"""Start client password authentication"""
password = yield from self._conn.password_auth_requested()
if password is None:
self._conn.try_next_auth()
return
yield from self.send_request(Boolean(False), String(password))
@asyncio.coroutine
def _change_password(self, prompt, lang):
"""Start password change"""
result = yield from self._conn.password_change_requested(prompt, lang)
if result == NotImplemented:
# Password change not supported - move on to the next auth method
self._conn.try_next_auth()
return
old_password, new_password = result
self._password_change = True
yield from self.send_request(Boolean(True),
String(old_password.encode('utf-8')),
String(new_password.encode('utf-8')))
def auth_succeeded(self):
if self._password_change:
self._password_change = False
self._conn.password_changed()
def auth_failed(self):
if self._password_change:
self._password_change = False
self._conn.password_change_failed()
def _process_password_change(self, pkttype, packet):
"""Process a password change request"""
# pylint: disable=unused-argument
prompt = packet.get_string()
lang = packet.get_string()
try:
prompt = prompt.decode('utf-8')
lang = lang.decode('ascii')
except UnicodeDecodeError:
raise DisconnectError(DISC_PROTOCOL_ERROR,
'Invalid password change request') from None
self.auth_failed()
self.create_task(self._change_password(prompt, lang))
return True
packet_handlers = {
MSG_USERAUTH_PASSWD_CHANGEREQ: _process_password_change
}
class _ServerAuth(_Auth):
"""Parent class for server authentication"""
def __init__(self, conn, username, method, packet):
self._username = username
self._method = method
super().__init__(conn, self._start(packet))
@asyncio.coroutine
def _start(self, packet):
"""Abstract method for starting server authentication"""
# Provided by subclass
raise NotImplementedError
def send_failure(self, partial_success=False):
"""Send a user authentication failure response"""
self._conn.send_userauth_failure(partial_success)
def send_success(self):
"""Send a user authentication success response"""
self._conn.send_userauth_success()
class _ServerNullAuth(_ServerAuth):
"""Server side implementation of null auth"""
@classmethod
def supported(cls, conn):
"""Return that null authentication is never a supported auth mode"""
# pylint: disable=unused-argument
return False
@asyncio.coroutine
def _start(self, packet):
"""Supported always returns false, so we never get here"""
class _ServerGSSKexAuth(_ServerAuth):
"""Server side implementation of GSS key exchange auth"""
def __init__(self, conn, username, method, packet):
super().__init__(conn, username, method, packet)
self._gss = conn.get_gss_context()
@classmethod
def supported(cls, conn):
"""Return whether GSS key exchange authentication is supported"""
return conn.gss_kex_auth_supported()
@asyncio.coroutine
def _start(self, packet):
"""Start server GSS key exchange authentication"""
mic = packet.get_string()
packet.check_end()
data = self._conn.get_userauth_request_data(self._method)
if (self._gss.complete and self._gss.verify(data, mic) and
(yield from self._conn.validate_gss_principal(self._username,
self._gss.user,
self._gss.host))):
self.send_success()
else:
self.send_failure()
class _ServerGSSMICAuth(_ServerAuth):
"""Server side implementation of GSS MIC auth"""
def __init__(self, conn, username, method, packet):
super().__init__(conn, username, method, packet)
self._gss = conn.get_gss_context()
@classmethod
def supported(cls, conn):
"""Return whether GSS MIC authentication is supported"""
return conn.gss_mic_auth_supported()
@asyncio.coroutine
def _start(self, packet):
"""Start server GSS MIC authentication"""
mechs = set()
n = packet.get_uint32()
for _ in range(n):
mechs.add(packet.get_string())
packet.check_end()
match = None
for mech in self._gss.mechs:
if mech in mechs:
match = mech
break
if not match:
self.send_failure()
return
self._conn.send_packet(Byte(MSG_USERAUTH_GSSAPI_RESPONSE),
String(match))
@asyncio.coroutine
def _finish(self):
"""Finish server GSS MIC authentication"""
if (yield from self._conn.validate_gss_principal(self._username,
self._gss.user,
self._gss.host)):
self.send_success()
else:
self.send_failure()
def _process_token(self, pkttype, packet):
"""Process a GSS token from the client"""
# pylint: disable=unused-argument
token = packet.get_string()
packet.check_end()
try:
token = self._gss.step(token)
if token:
self._conn.send_packet(Byte(MSG_USERAUTH_GSSAPI_TOKEN),
String(token))
except GSSError as exc:
self._conn.send_packet(Byte(MSG_USERAUTH_GSSAPI_ERROR),
UInt32(exc.maj_code), UInt32(exc.min_code),
String(str(exc)), String(DEFAULT_LANG))
if exc.token:
self._conn.send_packet(Byte(MSG_USERAUTH_GSSAPI_ERRTOK),
String(exc.token))
self.send_failure()
return True
def _process_exchange_complete(self, pkttype, packet):
"""Process a GSS exchange complete message from the client"""
# pylint: disable=unused-argument
packet.check_end()
if self._gss.complete and not self._gss.provides_integrity:
self.create_task(self._finish())
else:
self.send_failure()
return True
def _process_error_token(self, pkttype, packet):
"""Process a GSS error token from the client"""
# pylint: disable=unused-argument
token = packet.get_string()
packet.check_end()
try:
self._gss.step(token)
except GSSError as exc:
logger.warning('GSS error from client: %s', str(exc))
return True
def _process_mic(self, pkttype, packet):
"""Process a GSS MIC from the client"""
# pylint: disable=unused-argument
mic = packet.get_string()
packet.check_end()
data = self._conn.get_userauth_request_data(self._method)
if (self._gss.complete and self._gss.provides_integrity and
self._gss.verify(data, mic)):
self.create_task(self._finish())
else:
self.send_failure()
return True
# pylint: disable=bad-whitespace
packet_handlers = {
MSG_USERAUTH_GSSAPI_TOKEN: _process_token,
MSG_USERAUTH_GSSAPI_EXCHANGE_COMPLETE: _process_exchange_complete,
MSG_USERAUTH_GSSAPI_ERRTOK: _process_error_token,
MSG_USERAUTH_GSSAPI_MIC: _process_mic
}
# pylint: enable=bad-whitespace
class _ServerPublicKeyAuth(_ServerAuth):
"""Server side implementation of public key auth"""
@classmethod
def supported(cls, conn):
"""Return whether public key authentication is supported"""
return conn.public_key_auth_supported()
@asyncio.coroutine
def _start(self, packet):
"""Start server public key authentication"""
sig_present = packet.get_boolean()
algorithm = packet.get_string()
key_data = packet.get_string()
if sig_present:
msg = packet.get_consumed_payload()
signature = packet.get_string()
else:
msg = None
signature = None
packet.check_end()
if (yield from self._conn.validate_public_key(self._username, key_data,
msg, signature)):
if sig_present:
self.send_success()
else:
self._conn.send_packet(Byte(MSG_USERAUTH_PK_OK),
String(algorithm), String(key_data))
else:
self.send_failure()
class _ServerKbdIntAuth(_ServerAuth):
"""Server side implementation of keyboard-interactive auth"""
@classmethod
def supported(cls, conn):
"""Return whether keyboard interactive authentication is supported"""
return conn.kbdint_auth_supported()
@asyncio.coroutine
def _start(self, packet):
"""Start server keyboard interactive authentication"""
lang = packet.get_string()
submethods = packet.get_string()
packet.check_end()
try:
lang = lang.decode('ascii')
submethods = submethods.decode('utf-8')
except UnicodeDecodeError:
raise DisconnectError(DISC_PROTOCOL_ERROR, 'Invalid keyboard '
'interactive auth request') from None
challenge = yield from self._conn.get_kbdint_challenge(self._username,
lang,
submethods)
self._send_challenge(challenge)
def _send_challenge(self, challenge):
"""Send a keyboard interactive authentication request"""
if isinstance(challenge, (tuple, list)):
name, instruction, lang, prompts = challenge
num_prompts = len(prompts)
prompts = (String(prompt) + Boolean(echo)
for prompt, echo in prompts)
self._conn.send_packet(Byte(MSG_USERAUTH_INFO_REQUEST),
String(name), String(instruction),
String(lang), UInt32(num_prompts),
*prompts)
elif challenge:
self.send_success()
else:
self.send_failure()
@asyncio.coroutine
def _validate_response(self, responses):
"""Validate a keyboard interactive authentication response"""
next_challenge = \
yield from self._conn.validate_kbdint_response(self._username,
responses)
self._send_challenge(next_challenge)
def _process_info_response(self, pkttype, packet):
"""Process a keyboard interactive authentication response"""
# pylint: disable=unused-argument
num_responses = packet.get_uint32()
responses = []
for _ in range(num_responses):
response = packet.get_string()
try:
response = response.decode('utf-8')
except UnicodeDecodeError:
raise DisconnectError(DISC_PROTOCOL_ERROR, 'Invalid keyboard '
'interactive info response') from None
responses.append(response)
packet.check_end()
self.create_task(self._validate_response(responses))
return True
packet_handlers = {
MSG_USERAUTH_INFO_RESPONSE: _process_info_response
}
class _ServerPasswordAuth(_ServerAuth):
"""Server side implementation of password auth"""
@classmethod
def supported(cls, conn):
"""Return whether password authentication is supported"""
return conn.password_auth_supported()
@asyncio.coroutine
def _start(self, packet):
"""Start server password authentication"""
password_change = packet.get_boolean()
password = packet.get_string()
new_password = packet.get_string() if password_change else b''
packet.check_end()
try:
password = saslprep(password.decode('utf-8'))
new_password = saslprep(new_password.decode('utf-8'))
except (UnicodeDecodeError, SASLPrepError):
raise DisconnectError(DISC_PROTOCOL_ERROR, 'Invalid password auth '
'request') from None
try:
if password_change:
result = yield from self._conn.change_password(self._username,
password,
new_password)
else:
result = \
yield from self._conn.validate_password(self._username,
password)
if result:
self.send_success()
else:
self.send_failure()
except PasswordChangeRequired as exc:
self._conn.send_packet(Byte(MSG_USERAUTH_PASSWD_CHANGEREQ),
String(exc.prompt), String(exc.lang))
def register_auth_method(alg, client_handler, server_handler):
"""Register an authentication method"""
_auth_methods.append(alg)
_client_auth_handlers[alg] = client_handler
_server_auth_handlers[alg] = server_handler
def lookup_client_auth(conn, method):
"""Look up the client authentication method to use"""
if method in _auth_methods:
return _client_auth_handlers[method](conn, method)
else:
return None
def get_server_auth_methods(conn):
"""Return a list of supported auth methods"""
auth_methods = []
for method in _auth_methods:
if _server_auth_handlers[method].supported(conn):
auth_methods.append(method)
return auth_methods
def lookup_server_auth(conn, username, method, packet):
"""Look up the server authentication method to use"""
handler = _server_auth_handlers.get(method)
if handler and handler.supported(conn):
return handler(conn, username, method, packet)
else:
conn.send_userauth_failure(False)
return None
# pylint: disable=bad-whitespace
_auth_method_list = (
(b'none', _ClientNullAuth, _ServerNullAuth),
(b'gssapi-keyex', _ClientGSSKexAuth, _ServerGSSKexAuth),
(b'gssapi-with-mic', _ClientGSSMICAuth, _ServerGSSMICAuth),
(b'publickey', _ClientPublicKeyAuth, _ServerPublicKeyAuth),
(b'keyboard-interactive', _ClientKbdIntAuth, _ServerKbdIntAuth),
(b'password', _ClientPasswordAuth, _ServerPasswordAuth)
)
# pylint: enable=bad-whitespace
for _args in _auth_method_list:
register_auth_method(*_args)
|