I used Openssh to connect two win10 computer. The connection works with OpenSSH. but when I use remote computer I get an error:
Requested remote group process id, received:
b''
Group id decoding error:
invalid literal for int() with base 10:‘’
SSH process stderr:
b'\xb4\xcb\xca\xb1\xb2\xbb\xd3\xa6\xd3\xd0 )\xa1\xa3\r\n'
my command is :
python -m scoop --hostfile hostsUse -vv -n 8 SCOOPTest.py
I used Openssh to connect two win10 computer. The connection works with OpenSSH. but when I use remote computer I get an error: Requested remote group process id, received: b'' Group id decoding error: invalid literal for int() with base 10:‘’ SSH process stderr: b'\xb4\xcb\xca\xb1\xb2\xbb\xd3\xa6\xd3\xd0 )\xa1\xa3\r\n'
my command is : python -m scoop --hostfile hostsUse -vv -n 8 SCOOPTest.py