vssh on AUR (Arch User Repository)

Last updated: September 21,2024

1. Install "vssh" 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 vssh on Arch using YAY

$ yay -S vssh

* (Optional) Uninstall vssh on Arch using YAY

$ yay -Rns vssh

2. Manually Install "vssh" via AUR

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

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

b. Clone vssh's git locally

$ git clone https://aur.archlinux.org/vssh.git ~/vssh

c. Go to ~/vssh folder and install it

$ cd ~/vssh $ makepkg -si

3. Information about the vssh package on Arch User Repository (AUR)

ID: 983804
Name: vssh
PackageBaseID: 172738
PackageBase: vssh
Version: 1.0-0
Description: A plugin for VirtualBox which gives easy CLI access to installed OpenSSH Servers on the system without populating the known_hosts file.
URL: https://github.com/Eroldin/vssh
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: Eroldin
Submitter: Eroldin
FirstSubmitted: 1636028349
LastModified: 1636028349
URLPath: /cgit/aur.git/snapshot/vssh.tar.gz