Linux ih01.iridiumhosting.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
LiteSpeed
Server IP : 67.227.241.211 & Your IP : 216.73.216.226
Domains :
Cant Read [ /etc/named.conf ]
User : dustinhy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
MXB /
rear /
usr /
share /
rear /
setup /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
002_clean_start.sh
902
B
-rw-r--r--
2026-04-01 09:39
005_ssh_agent_start.sh
910
B
-rw-r--r--
2026-04-01 09:39
007_set_dmesg_level.sh
2.68
KB
-rw-r--r--
2026-04-01 09:39
010_pre_recovery_script.sh
467
B
-rw-r--r--
2026-04-01 09:39
Save
Rename
# 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