We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
D:\OpenSSH-Win64>scp.exe -r C:\Users\yawang\AppData\Local\Temp\\SourceDir localadmin@YAWANGDEV1:C:\Users\yawang\AppData\Local\Temp\\DestDir
The directory is copied
sshd crashes. OpenSSH stop working dialogue is showing.
D:\OpenSSH-Win64>sshd -d debug1: sshd version OpenSSH_7.1, OpenSSL 1.0.2d 9 Jul 2015 [Build Sep 30 2016 18:45:59] debug1: open - handle:00000000000001D0, io:00000229D45C2240, fd:3 debug1: close - io:00000229D45C2240, type:2, fd:3, table_index:3 debug1: open - handle:00000000000001D0, io:00000229D45C2240, fd:3 debug1: close - io:00000229D45C2240, type:2, fd:3, table_index:3 debug1: private host key #0: ssh-rsa SHA256:wWe/+aeRdAAHUMrU7VBclP7juM96twHisuBpIPK8N0w debug1: open - handle:00000000000001D0, io:00000229D45E1A80, fd:3 debug1: close - io:00000229D45E1A80, type:2, fd:3, table_index:3 debug1: open - handle:00000000000001D0, io:00000229D45E1A80, fd:3 debug1: close - io:00000229D45E1A80, type:2, fd:3, table_index:3 debug1: private host key #1: ssh-dss SHA256:JvkFeFvmQr1LhQBv78dZCPTYvLT7OcjUY4/Mw2pI6/4 debug1: open - handle:00000000000001D0, io:00000229D45E1A80, fd:3 debug1: close - io:00000229D45E1A80, type:2, fd:3, table_index:3 debug1: open - handle:00000000000001D0, io:00000229D45E1A80, fd:3 debug1: close - io:00000229D45E1A80, type:2, fd:3, table_index:3 debug1: private host key #2: ecdsa-sha2-nistp256 SHA256:dsUuqD6L5x6qB20Kcb10gtZqvLeBaODNfTb+5UFCu+s debug1: open - handle:00000000000001D0, io:00000229D45DE320, fd:3 debug1: close - io:00000229D45DE320, type:2, fd:3, table_index:3 debug1: open - handle:00000000000001D0, io:00000229D45DE320, fd:3 debug1: close - io:00000229D45DE320, type:2, fd:3, table_index:3 debug1: private host key #3: ssh-ed25519 SHA256:i7mjCXctHimMQ69BeKTYJVWlBXAHU4VW1eqvTYCUhOM debug1: socket:124, io:00000229D45DE320, fd:3 debug1: Bind to port 22 on ::. Server listening on :: port 22. debug1: socket:488, io:00000229D45DE530, fd:4 debug1: Bind to port 22 on 0.0.0.0. Server listening on 0.0.0.0 port 22.
The text was updated successfully, but these errors were encountered:
bingbing8
No branches or pull requests
Steps to reproduce
Expected behavior
The directory is copied
Actual behavior
sshd crashes. OpenSSH stop working dialogue is showing.
log from sshd and ssh-agent
sshd.zip
D:\OpenSSH-Win64>sshd -d
debug1: sshd version OpenSSH_7.1, OpenSSL 1.0.2d 9 Jul 2015
[Build Sep 30 2016 18:45:59]
debug1: open - handle:00000000000001D0, io:00000229D45C2240, fd:3
debug1: close - io:00000229D45C2240, type:2, fd:3, table_index:3
debug1: open - handle:00000000000001D0, io:00000229D45C2240, fd:3
debug1: close - io:00000229D45C2240, type:2, fd:3, table_index:3
debug1: private host key #0: ssh-rsa SHA256:wWe/+aeRdAAHUMrU7VBclP7juM96twHisuBpIPK8N0w
debug1: open - handle:00000000000001D0, io:00000229D45E1A80, fd:3
debug1: close - io:00000229D45E1A80, type:2, fd:3, table_index:3
debug1: open - handle:00000000000001D0, io:00000229D45E1A80, fd:3
debug1: close - io:00000229D45E1A80, type:2, fd:3, table_index:3
debug1: private host key #1: ssh-dss SHA256:JvkFeFvmQr1LhQBv78dZCPTYvLT7OcjUY4/Mw2pI6/4
debug1: open - handle:00000000000001D0, io:00000229D45E1A80, fd:3
debug1: close - io:00000229D45E1A80, type:2, fd:3, table_index:3
debug1: open - handle:00000000000001D0, io:00000229D45E1A80, fd:3
debug1: close - io:00000229D45E1A80, type:2, fd:3, table_index:3
debug1: private host key #2: ecdsa-sha2-nistp256 SHA256:dsUuqD6L5x6qB20Kcb10gtZqvLeBaODNfTb+5UFCu+s
debug1: open - handle:00000000000001D0, io:00000229D45DE320, fd:3
debug1: close - io:00000229D45DE320, type:2, fd:3, table_index:3
debug1: open - handle:00000000000001D0, io:00000229D45DE320, fd:3
debug1: close - io:00000229D45DE320, type:2, fd:3, table_index:3
debug1: private host key #3: ssh-ed25519 SHA256:i7mjCXctHimMQ69BeKTYJVWlBXAHU4VW1eqvTYCUhOM
debug1: socket:124, io:00000229D45DE320, fd:3
debug1: Bind to port 22 on ::.
Server listening on :: port 22.
debug1: socket:488, io:00000229D45DE530, fd:4
debug1: Bind to port 22 on 0.0.0.0.
Server listening on 0.0.0.0 port 22.
The text was updated successfully, but these errors were encountered: