~ajk/ssh-identity-wrapper

A simple SSH wrapper that prompts for the identity
37762133 — Andrew Kay 4 years ago
Rename to ssh-identity-wrapper
2a1d3168 — Andrew Kay 5 years ago
Update usage documentation
27dcb606 — Andrew Kay 5 years ago
Use bash

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~ajk/ssh-identity-wrapper
read/write
git@git.sr.ht:~ajk/ssh-identity-wrapper

You can also use your local clone with git send-email.

#ssh-identity-wrapper

A simple SSH wrapper that prompts for the identity.

I use this as a host process for dumb terminals to provide terminal server functionality.

#Usage

You will need to update the ssh-identity-wrapper.conf.sh file to map identity names to identity files (the private keys).

To use the SSH wrapper:

ashford% ssh-identity-wrapper.sh scud
Identity: andrew
Enter passphrase for key '_keys/andrew': 
Last login: Sun Nov 24 14:15:13 2019 from 192.168.1.103
scud%