-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant sync ssh #54
Comments
Oct 20 20:52:34 xxx sshd[8135]: Received disconnect from Client-IP port 41336:11: PECL/ssh2 (http://pecl.php.net/packages/ssh2) [preauth] |
PS: I changed the hostname and replaced the ip by "Client-IP" |
Thats interessting, its connecting: |
Already found it, it was this: |
Hello,
Everthing should be alright.
The keys are in config/keys-sync and config/keys-sync.pub on the server.
On the client a user was created with name keys-sync.
Strict mode is off and and the AuthorizedKeysFile /var/local/keys-sync/%u ist configured.
Also a file /var/local/keys-sync/keys-sync is there with the correct public key in it.
I tested it, i can ssh in the bash with the config/keys-sync cert to the client as th euser keys-sync.
I´m using php7.4.
The text was updated successfully, but these errors were encountered: