From b02e05b4efd5224a53c762942929b75ae215e237 Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Thu, 5 Jan 2023 15:54:34 -0800 Subject: [PATCH] More cPanel changes --- rc/client_scripts/cPanel | 10 ++++++++-- rc/sshconfig | 22 ++++------------------ 2 files changed, 12 insertions(+), 20 deletions(-) diff --git a/rc/client_scripts/cPanel b/rc/client_scripts/cPanel index 6c9ed68..9721b09 100644 --- a/rc/client_scripts/cPanel +++ b/rc/client_scripts/cPanel @@ -44,10 +44,16 @@ export ulp=/usr/local/cp-monitoring-cpanel-plugin export ulw=/usr/local/cp-monitoring-whm-plugin export ulb=/usr/local/cp-banners-plugin export CPANEL_TEAM='release' +# NOTE: To trim down the amount of time for make sandbox, you may define +# the environment variable SANDBOX_LOCALES which is a space separated list +# of locales to build. You can add the following to your .bash_profile to +# only build English and Spanish. +#export SANDBOX_LOCALES=en # EA Tools -export EATOOLS_BUILD_DIR=~/git/ea-tools/SOURCES/ -export EATOOLS_BIN_DIR=~/git/ea-tools/SOURCES/ +export EATOOLS_BUILD_DIR=/usr/local/ea-tools/SOURCES/ +export EATOOLS_BIN_DIR=/usr/local/ea-tools/SOURCES/ +export OBS_USERNAME=A.defaria #alias ulc="cd /usr/local/cpanel" alias perl="$ulc/3rdparty/bin/perl" diff --git a/rc/sshconfig b/rc/sshconfig index 51e3acb..d973235 100644 --- a/rc/sshconfig +++ b/rc/sshconfig @@ -1,11 +1,11 @@ StrictHostKeyChecking no LogLevel ERROR -Host mars earth home defaria.com sandboxu sandboxal +Host sandbox sandboxu sandboxc7 mars earth home defaria.com ForwardX11 yes ForwardX11Trusted yes - -Host jupiter cpanel github.com sandbox + +Host jupiter cpanel github.com ForwardX11 no ForwardX11Trusted no @@ -16,30 +16,16 @@ Host cpanel User andrewdefaria Host home - HostName defaria.com + Hostname defaria.com User andrew IdentityFile ~/.ssh/id_ecdsa -Host sandbox - HostName 10.2.99.60 - -Host sandboxu - HostName 10.2.98.185 - -Host sandboxal - HostName sandboxal - -Host sandboxal2 - HostName sandboxal2 - Host 10.2.* sandbox* ForwardAgent yes StrictHostKeyChecking no UserKnownHostsFile /dev/null AddKeysToAgent yes IdentitiesOnly yes - ForwardX11 no - ForwardX11Trusted no User root IdentityFile ~/.ssh/cpanelkey -- 2.17.1