You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At work, I use a combination of Windows + Cygwin/MSYS2 to get my job done. Both Cygwin and MSYS2 using a mintty which is a xterm-256color terminal. My preferred backup tool on this setup is restic. Restic use x/crypto/ssh/terminal for password authentication. This works fine with a standard Dos Box, but not with my bash (Posix) setup see restic issue #330.
So I've changed the terminal code to use the util_linux.go version, but syscall.Termios is not defined.
The text was updated successfully, but these errors were encountered:
frederich
changed the title
x/crypto/ssh/terminal cannot handle xterm based terminals on Windows
x/crypto/ssh/terminal: cannot handle xterm based terminals on Windows
Oct 29, 2015
At work, I use a combination of Windows + Cygwin/MSYS2 to get my job done. Both Cygwin and MSYS2 using a mintty which is a xterm-256color terminal. My preferred backup tool on this setup is restic. Restic use x/crypto/ssh/terminal for password authentication. This works fine with a standard Dos Box, but not with my bash (Posix) setup see restic issue #330.
So I've changed the terminal code to use the
util_linux.go
version, but syscall.Termios is not defined.The text was updated successfully, but these errors were encountered: