Mercurial > dropbear
view libtommath/mess.sh @ 984:d46e7f613157
Handle invalid agent keys by skipping rather than exiting.
My agent exposes both conventional keys and certs ([email protected]) and I want dropbear to be able to use the former.
author | Catalin Patulea <cat@vv.carleton.ca> |
---|---|
date | Thu, 01 Jan 2015 17:47:46 -0500 |
parents | 5ff8218bcee9 |
children |
line wrap: on
line source
#!/bin/bash if cvs log $1 >/dev/null 2>/dev/null; then exit 0; else echo "$1 shouldn't be here" ; exit 1; fi