Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 28, 2019 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/f60e8f607e1fe945fa1aced068a7c36d to your computer and use it in GitHub Desktop.
Save ryantm/f60e8f607e1fe945fa1aced068a7c36d to your computer and use it in GitHub Desktop.
/nix/store/kj4q7rmydmkgzyvixxamdw0pmbcf4y97-monkeysphere-0.43
├── bin
│   ├── agent-transfer
│   ├── monkeysphere
│   ├── monkeysphere-authentication
│   ├── monkeysphere-host
│   ├── openpgp2pem
│   ├── openpgp2spki
│   ├── openpgp2ssh
│   └── pem2openpgp
├── etc
│   └── monkeysphere
│   ├── monkeysphere-authentication.conf
│   ├── monkeysphere.conf
│   └── monkeysphere-host.conf
├── sbin -> bin
└── share
├── doc
│   └── monkeysphere
│   ├── Changelog
│   └── examples
│   ├── crontab
│   ├── make-x509-certreqs
│   ├── monkeysphere-monitor-keys
│   ├── ssh_config
│   └── sshd_config
├── man
│   ├── man1
│   │   ├── agent-transfer.1.gz
│   │   ├── monkeysphere.1.gz
│   │   ├── openpgp2pem.1.gz -> openpgp2ssh.1.gz
│   │   ├── openpgp2spki.1.gz -> openpgp2ssh.1.gz
│   │   ├── openpgp2ssh.1.gz
│   │   └── pem2openpgp.1.gz
│   ├── man7
│   │   └── monkeysphere.7.gz
│   └── man8
│   ├── monkeysphere-authentication.8.gz
│   └── monkeysphere-host.8.gz
└── monkeysphere
├── checkperms
├── common
├── defaultenv
├── keytrans
├── m
│   ├── gen_subkey
│   ├── import_subkey
│   ├── keys_for_userid
│   ├── ssh_proxycommand
│   ├── subkey_to_ssh_agent
│   ├── update_authorized_keys
│   └── update_known_hosts
├── ma
│   ├── add_certifier
│   ├── diagnostics
│   ├── list_certifiers
│   ├── remove_certifier
│   ├── setup
│   └── update_users
├── mh
│   ├── add_name
│   ├── add_revoker
│   ├── diagnostics
│   ├── import_key
│   ├── publish_key
│   ├── revoke_key
│   ├── revoke_name
│   └── set_expire
├── monkeysphere-authentication-keys-for-user
├── openpgp2pem -> keytrans
├── openpgp2spki -> keytrans
├── openpgp2ssh -> keytrans
├── pem2openpgp -> keytrans
├── transitions
│   ├── 0.23
│   ├── 0.28
│   └── README.txt
└── VERSION
17 directories, 60 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment