aboutsummaryrefslogtreecommitdiffstats
path: root/sshexec/sshexec-archiso
blob: 303726c1b30c3146832565da19b82c2422b100d5 (plain) (blame)
1
2
3
4
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 "$@"