#!/bin/sh

choice="$(pass ls ssh/ | sed '1d;s/^.*\s//g' | fzf)"

ssh "$(pass ssh/$choice)"