Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
44 views

How to Login to SSH with Dynamic username

I some external Gateway through which the ssh requests come and need to log the sessionID in the linux when the connection happens. I can send the sessionID (some string) along with the username while ...
CRYSTAL's user avatar
0 votes
0 answers
353 views

Password always required even if in sshd_config PasswordAuthentication no

I have 5 VPS Ubuntu 18.04 LTS. The SSH configuration is the same for everyone. No root access User2 with "sudo" permissions No password request Access via SSH Key RSA From my PC (Xubuntu ...
Dark Corner's user avatar
0 votes
1 answer
1k views

SSH operation timed out / cannot login with SSH until local logon has been completed Ubuntu 18.04

Having an issue using SSH, I attempt to log in to my server using SSH and have no issues if an account is locally logged in. However if an account is not logged into locally I get an error that says "...
SofaSloth's user avatar
0 votes
1 answer
620 views

Keypaired SSH connection requires a password on initial connection

I have had key-paired logins "working" on my servers for a while now, however one of them has always had problems and it has finally gotten to the point where it is interfering with certain tasks. ...
K G's user avatar
  • 55
2 votes
2 answers
2k views

SSH key-based auth asks for password on first login [duplicate]

I have a fresh Ubuntu 16.04.1 LTS system and have noticed that key-based SSH authentication asks for the account's password the first time I login to the machine and subsequent SSH attempts work ...
berto's user avatar
  • 401
2 votes
0 answers
508 views

Log in to ssh slow for one user, but not another

I'm running a server at home with Ubuntu 14.04. I have two users on the machine, say user1 and user2, each able to ssh into the box. While user1 logs in very quickly, user2 takes about 20 seconds to ...
wckronholm's user avatar
0 votes
1 answer
410 views

Does Ubuntu (server) go to sleep? Why does it take long to login? [duplicate]

I have several Ubuntu Server (12.04 LTS) virtual machines. Some are idle and some are processing background tasks, etc. However, when I try to login (SSH) to the servers, it often takes several ...
SofaKng's user avatar
  • 259
37 votes
17 answers
513k views

SSH error: Permission denied, please try again

I have an Ubuntu server setup using amazon ec2 instance. I need to connect my desktop (which is also a ubuntu machine) to the ubuntu server using SSH. I have installed open-ssh in ubuntu server. I ...
Senthil Kumaran's user avatar