-
Notifications
You must be signed in to change notification settings - Fork 772
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
Logged out immediately after authenticating #1063
Comments
FYI, I'm using Windows server 2012 R2 |
Make sure your binary folder is read by all authenticated users |
Looks like you are not authenticated yet. Can you check if you are hitting this (documented in release notes) ? Known Issues: |
Well I used older version and it worked fine with no issues, let me see I will try some other method. |
There are architectural changes between previous version and current version.. We suggest the new version. |
Any update? |
Reopen with required logs. |
Have an same : Strace execution : I'm looking for, cause in chroot environnement, |
@DarkHack - as per logs, it looks like ssh client is closing the connection. It could be because there is no common protocol that both server, client can agree. share ssh client logs (ssh.exe -vvv user@ip). |
When I am trying to login to sshd server from linux, I am authenticated and then is immediately logged out,
Here is the debug output
C:\Program Files\OpenSSH>sshd -d
debug1: sshd version OpenSSH_7.6, LibreSSL 2.5.3
debug1: private host key #0: ssh-rsa SHA256:cmeyzXpGz0zj9bfs2+kA6u39qvHAwYGYidW5
JRlCgdo
debug1: private host key #1: ssh-dss SHA256:SLyCBwSMjcNgw3sdh5EcFk8f1sJLL0xfE1Y+
xSvSDks
debug1: private host key #2: ecdsa-sha2-nistp256 SHA256:00GfKzxWg7Dnq4XUx4xbyvHz
ZNUdb4hWoV3WHn8rXIs
debug1: private host key #3: ssh-ed25519 SHA256:hHTEDETW4rIa4TgLOEktAexhEflPQBpw
F+l4LEnkssQ
debug1: rexec_argv[0]='sshd'
debug1: rexec_argv[1]='-d'
debug1: Bind to port 22 on ::.
Server listening on :: port 22.
debug1: Bind to port 22 on 0.0.0.0.
Server listening on 0.0.0.0 port 22.
debug1: Server will not fork when running in debugging mode.
Connection from 10.10.0.38 port 57459 on 10.10.0.48 port 22
debug1: Client protocol version 2.0; client software version OpenSSH_7.4
debug1: match: OpenSSH_7.4 pat OpenSSH* compat 0x04000000
debug1: Local version string SSH-2.0-OpenSSH_7.6
debug1: monitor_read_log: child log fd closed
debug1: do_cleanup
The text was updated successfully, but these errors were encountered: