Compare commits
47 commits
8d1153146c
...
e0f96952bb
Author | SHA1 | Date | |
---|---|---|---|
e0f96952bb | |||
a4b29b24b6 | |||
00cbecf839 | |||
c8b1a8eee1 | |||
007126c3d9 | |||
e07626c4dc | |||
55be9bc645 | |||
96fbe54532 | |||
8285353536 | |||
c2716f1330 | |||
1869a90595 | |||
21e0efa540 | |||
f299a88f53 | |||
584ed2f2ea | |||
37a89bc637 | |||
17a08ee782 | |||
85b503ea80 | |||
5b1695c764 | |||
62ecabf471 | |||
6292c75530 | |||
ae8c65470d | |||
0ad11b8da2 | |||
84fbac93a6 | |||
e5d26993ba | |||
38f6bc2eaf | |||
60381b82ac | |||
6d25c16a9f | |||
1a180203a0 | |||
c1a5425a06 | |||
d0f05229f6 | |||
216a11285c | |||
aaa0730f06 | |||
aa2cc7122c | |||
805f512fbb | |||
07dafd38ae | |||
17ced5abb7 | |||
6f8d13f72a | |||
b09d7cb390 | |||
fd1d131dd5 | |||
09b9d9e59e | |||
3a2a0d1546 | |||
646c340bbd | |||
b5c1fbb935 | |||
9817747218 | |||
fb99a321df | |||
c3eaeabac7 | |||
809155b9d5 |
13 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ function backupAction -V dir
|
||||||
echo "For a seamless experience, please make sure that you are able to establish an unattended ssh connection using key authentication."
|
echo "For a seamless experience, please make sure that you are able to establish an unattended ssh connection using key authentication."
|
||||||
echo
|
echo
|
||||||
echo "$(tput bold)This command should succeed without user interaction:$(tput sgr0)"
|
echo "$(tput bold)This command should succeed without user interaction:$(tput sgr0)"
|
||||||
echo "ssh -o PasswordAuthentication=no -p $VALHALLA_BACKUP_SERVER_PORT $VALHALLA_BACKUP_SERVER true"
|
echo "ssh -o PasswordAuthentication=no -P $VALHALLA_BACKUP_SERVER_PORT $VALHALLA_BACKUP_SERVER true"
|
||||||
read -P "Press enter once you're done: "
|
read -P "Press enter once you're done: "
|
||||||
echo
|
echo
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue