aboutsummaryrefslogtreecommitdiffstats
path: root/ssh/ssh-archiso
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-01 19:26:05 +0100
committerMattias Andrée <m@maandree.se>2025-03-01 19:26:05 +0100
commit2574c4cabc34756eb124e69d6a8e0ffeaa56a44f (patch)
tree0b6bc70a0d2bd5cb3879eb7b998b4ea17b053575 /ssh/ssh-archiso
parentm (diff)
downloaddotfiles-2574c4cabc34756eb124e69d6a8e0ffeaa56a44f.tar.gz
dotfiles-2574c4cabc34756eb124e69d6a8e0ffeaa56a44f.tar.bz2
dotfiles-2574c4cabc34756eb124e69d6a8e0ffeaa56a44f.tar.xz
...
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rwxr-xr-xssh/ssh-archiso5
1 files changed, 5 insertions, 0 deletions
diff --git a/ssh/ssh-archiso b/ssh/ssh-archiso
new file mode 100755
index 0000000..f3b7fc7
--- /dev/null
+++ b/ssh/ssh-archiso
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+printf '\033[1m%s\033[m\n\n' 'The password is simply "arch"' >&2
+
+exec ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@archiso "$@"