1Password / shell-plugins

Seamless authentication for every tool in your terminal.
https://developer.1password.com/docs/cli/shell-plugins/
MIT License
506 stars 163 forks source link

Initial Commit for SSH Plugin #426

Open vinit-chauhan opened 4 months ago

vinit-chauhan commented 4 months ago

Overview

Create a plugin to fetch Passwords from 1Password in password-based SSH Authentication

Note: As the default SSH utility does not provide a way to provide the password in the command line argument, it relies on the password prompt in the terminal. Therefore, this plugin leverages a utility called sshpass.

Type of change

- [x] Created a new plugin - [ ] Improved an existing plugin - [ ] Fixed a bug in an existing plugin - [ ] Improved contributor utilities or experience ## Related Issue(s) * Resolves: #348 * Relates: # ## How To Test

Changelog

Created a new Plugin for SSH password-based Authentication.