You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# ssh
|
|
|
|
|
|
|
|
Scripts for SSH
|
|
|
|
|
|
|
|
**PLEASE NOTE:** These scripts should be considered experimental. Test on non-production or backed-up data first.
|
|
|
|
|
|
|
|
bup2ssh
|
|
|
|
: Backup a machine writing the contents to a remote machine via `ssh`
|
|
|
|
|
|
|
|
cp2chroot
|
|
|
|
: Copies a binary and its dependencies into a minimal chroot
|
|
|
|
|
|
|
|
keepssh
|
|
|
|
: Executes `ssh` in a loop for automatic reconnections
|
|
|
|
|
|
|
|
mkminchroot
|
|
|
|
: Makes a minimal chroot
|
|
|
|
|
|
|
|
ssh-multirun
|
|
|
|
: Runs the same command on multiple machines
|
|
|
|
|
|
|
|
ssh-reboot
|
|
|
|
: Reboots a machine via `ssh`
|
|
|
|
|
|
|
|
ssh-shutdown
|
|
|
|
: Shuts down a machine via `ssh`
|
|
|
|
|
|
|
|
sshauth
|
|
|
|
: Toggle security for a user's `.ssh` folder
|
|
|
|
|
|
|
|
sshdpw
|
|
|
|
: Toggle password acceptance for the `ssh` deamon
|