This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Matthew McMillan | |
@matthewmcmillan | |
http://matthewcmcmillan.blogspot.com | |
Created 12 Mar 2014 | |
Digital Pot Control (MCP4251) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# by Jakukyo Friel <[email protected]> under GPL v2. | |
### Set up a chroot busybox SSH environment | |
## requires | |
# wget -- to download pubkey and busybox | |
# sharutils -- to generate random password | |
## Config |