askpass icon indicating copy to clipboard operation
askpass copied to clipboard

Password Entry for R, Git, and SSH

Results 4 askpass issues
Sort by recently updated
recently updated
newest added

First of all, thank y'all for a really helpful package! I'm currently working with folks in a Windows-only environment and am using the Credentials Manager to store creds for data...

`options(rlib_interactive = TRUE)` no longer works to force it to be interactive. Similar to #3 I downloaded the code and put a `browser()` call at the beginning of `is_interactive()` and...

TL;DR: Please make the call of `stty echo` _optional_, perhaps based on a `getOption(..)`. I use ssh/tmux to get to a headless system where I run R within emacs/ESS. For...