From ba632c8d21ae8465d0622877abb4dfca157b35e0 Mon Sep 17 00:00:00 2001 From: Velz2020 Date: Tue, 1 Mar 2022 11:17:39 +0530 Subject: [PATCH 1/5] ssh key testing --- api/application/config/constants.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/application/config/constants.php b/api/application/config/constants.php index 762ce025..831ddcee 100644 --- a/api/application/config/constants.php +++ b/api/application/config/constants.php @@ -30,6 +30,7 @@ defined('FILE_READ_MODE') OR define('FILE_READ_MODE', 0644); defined('FILE_WRITE_MODE') OR define('FILE_WRITE_MODE', 0666); defined('DIR_READ_MODE') OR define('DIR_READ_MODE', 0755); defined('DIR_WRITE_MODE') OR define('DIR_WRITE_MODE', 0755); +defined('SSH') OR define('SSH',"SSH"); /* |-------------------------------------------------------------------------- From e33e720d73c981f0645d2e47cf7e52ebf79a7dbc Mon Sep 17 00:00:00 2001 From: Velz2020 Date: Tue, 1 Mar 2022 11:19:28 +0530 Subject: [PATCH 2/5] ssh key testing2 --- api/application/config/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/config/constants.php b/api/application/config/constants.php index 831ddcee..62e74ef7 100644 --- a/api/application/config/constants.php +++ b/api/application/config/constants.php @@ -30,7 +30,7 @@ defined('FILE_READ_MODE') OR define('FILE_READ_MODE', 0644); defined('FILE_WRITE_MODE') OR define('FILE_WRITE_MODE', 0666); defined('DIR_READ_MODE') OR define('DIR_READ_MODE', 0755); defined('DIR_WRITE_MODE') OR define('DIR_WRITE_MODE', 0755); -defined('SSH') OR define('SSH',"SSH"); +defined('SSH2') OR define('SSH2',"SSH2"); /* |-------------------------------------------------------------------------- From 2de4c815f65706504e13a1c7b181154040fd000e Mon Sep 17 00:00:00 2001 From: Velz2020 Date: Tue, 1 Mar 2022 11:21:41 +0530 Subject: [PATCH 3/5] ssh key testing3 --- api/application/config/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/config/constants.php b/api/application/config/constants.php index 62e74ef7..6407d2e8 100644 --- a/api/application/config/constants.php +++ b/api/application/config/constants.php @@ -30,7 +30,7 @@ defined('FILE_READ_MODE') OR define('FILE_READ_MODE', 0644); defined('FILE_WRITE_MODE') OR define('FILE_WRITE_MODE', 0666); defined('DIR_READ_MODE') OR define('DIR_READ_MODE', 0755); defined('DIR_WRITE_MODE') OR define('DIR_WRITE_MODE', 0755); -defined('SSH2') OR define('SSH2',"SSH2"); +defined('SSH3') OR define('SSH3',"SSH3"); /* |-------------------------------------------------------------------------- From 54d4779b80fddb1488903b76698bcada47ed2f1a Mon Sep 17 00:00:00 2001 From: Velz2020 Date: Tue, 1 Mar 2022 11:24:54 +0530 Subject: [PATCH 4/5] ssh key testing4 --- api/application/config/constants.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/application/config/constants.php b/api/application/config/constants.php index 6407d2e8..05a43c46 100644 --- a/api/application/config/constants.php +++ b/api/application/config/constants.php @@ -21,7 +21,7 @@ defined('SHOW_DEBUG_BACKTRACE') OR define('SHOW_DEBUG_BACKTRACE', TRUE); | These prefs are used when checking and setting modes when working | with the file system. The defaults are fine on servers with proper | security, but you may wish (or even need) to change the values in -| certain environments (Apache running a separate process for each +| certain environments (Apache runing a separate process for each | user, PHP under CGI with Apache suEXEC, etc.). Octal values should | always be used to set the mode correctly. | @@ -30,7 +30,7 @@ defined('FILE_READ_MODE') OR define('FILE_READ_MODE', 0644); defined('FILE_WRITE_MODE') OR define('FILE_WRITE_MODE', 0666); defined('DIR_READ_MODE') OR define('DIR_READ_MODE', 0755); defined('DIR_WRITE_MODE') OR define('DIR_WRITE_MODE', 0755); -defined('SSH3') OR define('SSH3',"SSH3"); +defined('SSH4') OR define('SSH3',"SSH3"); /* |-------------------------------------------------------------------------- From fff4e84def7d132e4c2a4831be28b45d3e7accbf Mon Sep 17 00:00:00 2001 From: Velz2020 Date: Tue, 1 Mar 2022 14:14:12 +0530 Subject: [PATCH 5/5] ssh key testing5 --- api/application/config/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/config/constants.php b/api/application/config/constants.php index 05a43c46..b0708e92 100644 --- a/api/application/config/constants.php +++ b/api/application/config/constants.php @@ -30,7 +30,7 @@ defined('FILE_READ_MODE') OR define('FILE_READ_MODE', 0644); defined('FILE_WRITE_MODE') OR define('FILE_WRITE_MODE', 0666); defined('DIR_READ_MODE') OR define('DIR_READ_MODE', 0755); defined('DIR_WRITE_MODE') OR define('DIR_WRITE_MODE', 0755); -defined('SSH4') OR define('SSH3',"SSH3"); +defined('SSH5') OR define('SSH3',"SSH3"); /* |--------------------------------------------------------------------------