View | Details | Raw Unified | Return to bug 2368
Collapse All | Expand All

(-)sshconnect.c (+1 lines)
Lines 1324-1329 ssh_login(Sensitive *sensitive, const ch Link Here
1324
1324
1325
	/* key exchange */
1325
	/* key exchange */
1326
	/* authenticate user */
1326
	/* authenticate user */
1327
	debug("Authenticating to %s:%d as '%s'", host, port, server_user);
1327
	if (compat20) {
1328
	if (compat20) {
1328
		ssh_kex2(host, hostaddr, port);
1329
		ssh_kex2(host, hostaddr, port);
1329
		ssh_userauth2(local_user, server_user, host, sensitive);
1330
		ssh_userauth2(local_user, server_user, host, sensitive);

Return to bug 2368