Software
askpass
Password Entry for R, Git, and SSH
R
The askpass package provides cross-platform utilities for securely prompting users to enter passwords, passphrases, or credentials in R. It includes native programs for macOS and Windows, eliminating the need for tcltk dependencies.
The package can be called directly from R using the askpass() function to prompt for credentials, such as when reading password-protected key files. It also automatically integrates as a password-entry backend for SSH and Git operations through the SSH_ASKPASS and GIT_ASKPASS environment variables, allowing seamless credential prompting when R interacts with SSH or Git. The package works across different R environments including RStudio, RGui, and terminal sessions.
askpass
askpass
askpass


