• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Issues with public key ssh authentication

Red Squirrel

No Lifer
I'm trying to make it so server1 can automaticly log in to server2 via ssh.

on server1 I issued this command:

ssh-keygen -t rsa

This created two key files, one being a .pub.

I copy and pasted the contents of the .pub on server2 in the user's ~/.ssh/authorized_keys file and chmodded it 600.

Now on server1 I issue this command:

ssh -p 22 -I keyfile filesync@extsrv.loc

But it prompts for the password, and I also get the error "no support for smartcards".

On server2 there is no error, just says an incoming connection. Any idea what could cause this?


edit: Now it stopped giving me that error but it still wont work. There's no logs either so it's like if it's not even trying to use the key. In fact if I type in the wrong key file I don't get a file not found error so I'm wondering if it's ignoring the -i argument.
 
Back
Top