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.

36 lines
719 B

5 years ago
# ssh
5 years ago
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
4 years ago
ssh-proxy
: Systray applet to enabled/disable an SSH proxy tunnel
5 years ago
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