pass-ssh on AUR (Arch User Repository)

Last updated: June 18,2024

1. Install "pass-ssh" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install pass-ssh on Arch using YAY

$ yay -S pass-ssh

* (Optional) Uninstall pass-ssh on Arch using YAY

$ yay -Rns pass-ssh

2. Manually Install "pass-ssh" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone pass-ssh's git locally

$ git clone https://aur.archlinux.org/pass-ssh.git ~/pass-ssh

c. Go to ~/pass-ssh folder and install it

$ cd ~/pass-ssh $ makepkg -si

3. Information about the pass-ssh package on Arch User Repository (AUR)

ID: 687977
Name: pass-ssh
PackageBaseID: 123707
PackageBase: pass-ssh
Version: 0.2-1
Description: A pass extension that creates ssh keys with an automatically generated passphrases stored in pass and outputs the public key using fzf or rofi
URL: https://github.com/ibizaman/pass-ssh
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: ibizaman
Submitter: ibizaman
FirstSubmitted: 1498801164
LastModified: 1579496257
URLPath: /cgit/aur.git/snapshot/pass-ssh.tar.gz