User Activity

  • Posted a comment on ticket #33 on Non-interactive ssh password auth

    Hello Yan, and thank you for your approach. This is, in fact, done on purpose. Some implementations use a lowercase "p" and others capital. By having the search pattern not include the first letter of the word, this matches both cases.

  • Merged merge request #1 on Code on Non-interactive ssh password auth

    Fix Segmentation fault in -e mode when environment variable is not set.

  • Modified ticket #28 on Non-interactive ssh password auth

    Hide password on "ps aux| grep {process name}"

  • Posted a comment on ticket #28 on Non-interactive ssh password auth

    The bug system isn't the proper place to ask these types of questions.

  • Posted a comment on ticket #23 on Non-interactive ssh password auth

    I'm not sure this is worth fixing. The setup here is this: scp is checking whether it's "foreground" (and thus print the progress) by checking which is the process leader of STDOUT. When running under sshpass, STDOUT is directed to the parent's STDOUT (typically, the controlling terminal of where sshpass was run). But this is not the controlling terminal for scp itself. This is the PTY that sshpass created to accept the password prompt. This causes the IOCTL to fail, and scp to conclude it is running...

  • Posted a comment on ticket #23 on Non-interactive ssh password auth

    The immediate cause for scp is an ioctl it does that fails with ENOTTY: ioctl(1, TIOCGPGRP, 0x7ffc18af0484) = -1 ENOTTY (Inappropriate ioctl for device) Still investigating why.

  • Modified ticket #31 on Non-interactive ssh password auth

    [feature request] sshpass should ask for password using the interactive password prompt

  • Posted a comment on ticket #31 on Non-interactive ssh password auth

    Each run of sshpass only provides the password to one ssh instance. If sshpass asks for the password, then it will ask for the password 100 times. What you need is a standalone program that asks for the password in a secure way, and then transfers it to sshpass on all 100 instances. This should by no means be part of sshpass itself. A quick search showed https://github.com/r-lib/askpass. See if it's any help to you.

View All

Personal Data

Username:
thesun
Joined:
2001-12-27 09:55:44

Projects

This is a list of open source software projects that Shachar Shemesh is associated with:

Personal Tools

MongoDB Logo MongoDB