Lines Matching refs:server_user
1363 char *server_user, *local_user;
1366 server_user = options.user ? options.user : local_user;
1380 debug("Authenticating to %s:%d as '%s'", host, port, server_user);
1383 ssh_userauth2(local_user, server_user, host, sensitive);
1387 ssh_userauth1(local_user, server_user, host, sensitive);