aboutsummaryrefslogtreecommitdiffstats
path: root/sshexec/sshexec-archiso
diff options
context:
space:
mode:
Diffstat (limited to 'sshexec/sshexec-archiso')
-rwxr-xr-xsshexec/sshexec-archiso5
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 "$@"