Created attachment 163540 [details] sshpass ssh freebsd to freebsd sshpass not work correctly in FreeBSD hi need access to /dev/tty In FreeBSD 9-11, device not exist, create if request # ls -l /dev/tty crw--w---- 1 user tty 0x9f Nov 26 00:15 /dev/tty In Cent-OS, sshpass work fine # ls -l /dev/tty crw-rw-rw- 1 root tty 5, 0 Nov 26 03:13 /dev/tty Log sshpass ssh -vvv attach
Created attachment 163541 [details] sshpass ssh freebsd to centos
Created attachment 165266 [details] fix to this issue Please try the patch form attachment.
Created attachment 165710 [details] patch-Makefile and add files patch This is work, I'm make complete patch for commit in port
Hi, please commit it.
Hung-Yi, I have a similar patch I've sent to you about 13 months ago and it was committed as r407527 yesterday. I think this PR can be closed.
closed per Kevin Lo suggestion.