This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
CentOS 7 Problems / SSH access for a non-root user
« on: June 28, 2018, 10:25:31 PM »
I can't seem to find any information regarding my question.
I can connect to my server at root using SSH using key-based authentication.
But I am am also trying to setup SSH access for a non-root user on the server.
Shell access is checked ✓ under Edit User.
Ideally I would like to use a unique SSH key for this user, but I have no idea how to set that up.
In the meanwhile, I am trying to connect as that user. But I receive
If I try and connect using the root's key I receive
What am I missing?
I can connect to my server at root using SSH using key-based authentication.
But I am am also trying to setup SSH access for a non-root user on the server.
Shell access is checked ✓ under Edit User.
Ideally I would like to use a unique SSH key for this user, but I have no idea how to set that up.
In the meanwhile, I am trying to connect as that user. But I receive
Code: [Select]
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
If I try and connect using the root's key I receive
Code: [Select]
Server refused our key
What am I missing?
Pages: [1]