Compare commits
47 commits
e0f96952bb
...
8d1153146c
Author | SHA1 | Date | |
---|---|---|---|
8d1153146c | |||
1c2e2b69c6 | |||
d3db6ebaff | |||
62f9912fb1 | |||
a9e2cf9de7 | |||
185d0df160 | |||
f6b57447f0 | |||
b3012c5fcc | |||
55bff382a3 | |||
95cdf1a84f | |||
f05d134c66 | |||
ac306226fc | |||
bbf594383b | |||
2729d06668 | |||
19a5434bb4 | |||
8ba581e921 | |||
64595fdb37 | |||
8c91dddf1e | |||
e6db595f66 | |||
3111c04a7f | |||
dfedb72f59 | |||
f9cea44df0 | |||
0730bbd703 | |||
de476212c9 | |||
82a5606d2a | |||
0d6a25036a | |||
81dd9c2bd3 | |||
75335164e4 | |||
fe3175814d | |||
75d28556cf | |||
951dd60a15 | |||
4a642739c4 | |||
e53420e8a3 | |||
30601d5e90 | |||
3f745ac43d | |||
f2dd4ca628 | |||
f682768800 | |||
3ae347a428 | |||
2d265b1f20 | |||
3f507b60f3 | |||
ae426292a9 | |||
f0c2857668 | |||
5a7c0cd08a | |||
53be57a90b | |||
61b826de83 | |||
3a732b194c | |||
bc58bf13fb |
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