diff options
Diffstat (limited to 'sshexec/sshexec-archiso')
-rwxr-xr-x | sshexec/sshexec-archiso | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sshexec/sshexec-archiso b/sshexec/sshexec-archiso new file mode 100755 index 0000000..303726c --- /dev/null +++ b/sshexec/sshexec-archiso @@ -0,0 +1,5 @@ +#!/bin/sh + +printf '\033[1m%s\033[m\n\n' 'The password is simply "arch"' >&2 + +exec sshexec -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@archiso "$@" |