hi there.

I try to vagrant up/ssh on msys2/windows 10.

cf. msys2(administrator privilege)

box was hand maid.
vagrant up or halt was success (that means secure key inserted, and smb 
shared folder mount has succeed).

but, ssh subprocess has exit 255.

following log is a execution of result of "vagrant ssh --debug"

// log
===End-Output===
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: 
["C:\\HashiCorp\\Vagrant\\embedded\\usr\\bin/ssh.EXE"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stderr: usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b 
bind_address] [-c cipher_spec]
           [-D [bind_address:]port] [-E log_file] [-e escape_char]
           [-F configfile] [-I pkcs11] [-i identity_file]
           [-J [user@]host[:port]] [-L address] [-l login_name] [-m 
mac_spec]
           [-O ctl_cmd] [-o option] [-p port] [-Q query_option] [-R address]
           [-S ctl_path] [-W host:port] [-w local_tun[:remote_tun]]
           [user@]hostname [command]
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 255
 INFO ssh: Invoking SSH: ssh ["[email protected]", "-p", "22", "-o", 
"LogLevel=FATAL", "-o", "Compression=yes", "-o", "DSAAuthentication=yes", 
"-o", "IdentitiesOnly=yes", "-o", "StrictHostKeyChecking=no", "-o", 
"UserKnownHostsFile=/dev/null", "-o", 
"IdentityFile=\"C:/msys64/home/ytakuma2/bd_test/.vagrant/machines/default/hyperv/private_key\""]
DEBUG safe_exec: Converting command and arguments to common UTF-8 encoding 
for exec.
DEBUG safe_exec: Command: `"ssh"` Args: `["[email protected]", "-p", 
"22", "-o", "LogLevel=FATAL", "-o", "Compression=yes", "-o", 
"DSAAuthentication=yes", "-o", "IdentitiesOnly=yes", "-o", 
"StrictHostKeyChecking=no", "-o", "UserKnownHostsFile=/dev/null", "-o", 
"IdentityFile=\"C:/msys64/home/ytakuma2/bd_test/.vagrant/machines/default/hyperv/private_key\""]`
DEBUG safe_exec: Converted - Command: `"ssh"` Args: 
`["[email protected]", "-p", "22", "-o", "LogLevel=FATAL", "-o", 
"Compression=yes", "-o", "DSAAuthentication=yes", "-o", 
"IdentitiesOnly=yes", "-o", "StrictHostKeyChecking=no", "-o", 
"UserKnownHostsFile=/dev/null", "-o", 
"IdentityFile=\"C:/msys64/home/ytakuma2/bd_test/.vagrant/machines/default/hyperv/private_key\""]`
// log

and freeze.

it seems to me that ssh subprocess arguments are wrong.

how can i resolve it?

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/743640bd-c78e-4945-99fe-05aea2a9841b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to