listhor
Contributor
- Joined
 - Mar 2, 2020
 
- Messages
 - 133
 
In GUI, Accounts - Users - Edit there's an option to save user's SSH Public Key
	
		
			
		
		
	
		
		
	
	
		
	
	
		
			
		
		
	
And when I save there generated public key (id_rsa.pub) it is written to authorized_keys file.
Thus my understanding is that it is 3rd party (i.e. my laptop) key to login via ssh. But when I do login, I still need to use password.
What's wrong there?
	
		
			
		
		
	
			
			And when I save there generated public key (id_rsa.pub) it is written to authorized_keys file.
Thus my understanding is that it is 3rd party (i.e. my laptop) key to login via ssh. But when I do login, I still need to use password.
What's wrong there?