Want more timely Centmin Mod News Updates?
Become a Member

Beta Branch update centmin.sh menu option 21 to manage SSH keys/S3 profiles in 130.00beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, May 4, 2023.

  1. eva2000

    eva2000 Administrator Staff Member

    58,895
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    8:27 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    update centmin.sh menu option 21 to manage SSH keys/S3 profiles in 130.00beta01

    - add 2 more menu options to centmin.sh menu option 21 for managing SSH keys for remote servers and AWS CLI S3 profiles for S3 providers. Each option has there own submenu of options too
    - add support for companion tools I created for keygen.sh GitHub - centminmod/keygen: ssh private key pair generator and awscli-get.sh https://awscli-get.centminmod.com/ which will be the underlying tools used for the 2 new menu options added

    Continue reading...


    130.00beta01 branch

    Support Centmin Mod


    If you find Centmin Mod useful, please help support Centmin Mod
     
  2. eva2000

    eva2000 Administrator Staff Member

    58,895
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    8:27 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Follow-up update for prep work on new centmin.sh menu option 21 https://community.centminmod.com/th...ion-21-submenu-routine-in-130-00beta01.23773/

    updated menu option 21

    Code (Text):
    --------------------------------------------------------
         Centmin Mod Menu 130.00beta01 centminmod.com    
    --------------------------------------------------------
    1).  Centmin Install
    2).  Add Nginx vhost domain
    3).  NSD setup domain name DNS
    4).  Nginx Upgrade / Downgrade
    5).  PHP Upgrade / Downgrade
    6).  Option Being Revised (TBA)
    7).  Option Being Revised (TBA)
    8).  Option Being Revised (TBA)
    9).  Option Being Revised (TBA)
    10). Memcached Server Re-install
    11). MariaDB MySQL Upgrade & Management
    12). Zend OpCache Install/Re-install
    13). Install/Reinstall Redis PHP Extension
    14). SELinux disable
    15). Install/Reinstall ImagicK PHP Extension
    16). Change SSHD Port Number
    17). Multi-thread compression: zstd,pigz,pbzip2,lbzip2
    18). Suhosin PHP Extension install
    19). Install FFMPEG and FFMPEG PHP Extension
    20). NSD Install/Re-Install
    21). Data Transfer (TBA)
    22). Add Wordpress Nginx vhost + Cache Plugin
    23). Update Centmin Mod Code Base
    24). Exit
    --------------------------------------------------------
    Enter option [ 1 - 24 ] 21
    --------------------------------------------------------
    

    Code (Text):
    --------------------------------------------------------
         Centmin Mod Data Management      
    --------------------------------------------------------
    1).   Manage SSH Keys
    2).   Manage AWS CLI S3 Profile Credentials
    3).   Migrate Centmin Mod Data To New Centmin Mod Server
    4).   Backup Nginx Vhosts Data + MariaBackup MySQL Backups
    5).   Backup Nginx Vhosts Data Only (no MariaDB MySQL backups)
    6).   Backup MariaDB MySQL With MariaBackup Only (no Vhosts Data backups)
    7).   Backup MariaDB MySQL With mysqldump only (no Vhosts Data backups)
    8).   Transfer Directory Data To Remote Server Via SSH
    9).   Transfer Directory Data To S3 Compatible Storage
    10).  Transfer Files To S3 Compatible Storage
    11).  Download S3 Compatible Stored Data To Server
    12).  S3 To S3 Compatible Storage Transfers
    13).  List S3 Storage Buckets
    14).  Back to Main menu
    --------------------------------------------------------
    Enter option [ 1 - 14 ]
    --------------------------------------------------------
    

    menu option 21, submenu option 1 for Manage SSH Keys
    Code (Text):
    --------------------------------------------------------
         Manage SSH Keys      
    --------------------------------------------------------
    1).   List Registered SSH Keys
    2).   Register Existing SSH Keys
    3).   Create New SSH Key For Remote Host
    4).   Use Existing SSH Key For Remote Host
    5).   Rotate Existing SSH Key For Remote Host
    6).   Delete Existing SSH Key For Remote Host
    7).   Export Existing SSH Key
    8).   Backup All Existing SSH Keys
    9).   Back to Main menu
    --------------------------------------------------------
    Enter option [ 1 - 9 ]
    --------------------------------------------------------
    

    menu option 21, submenu option 2 for Manage AWS CLI S3 Profile Credentials
    Code (Text):
    --------------------------------------------------------
         Manage AWS CLI S3 Profile Credentials      
    --------------------------------------------------------
    1).   List Registered AWS CLI S3 Profiles
    2).   List AWS CLI S3 Profile Configuration
    3).   Create New AWS CLI S3 Profile
    4).   Edit Existing AWS CLI S3 Profile
    5).   Delete Existing AWS CLI S3 Profile
    6).   Export Existing AWS CLI S3 Profile
    7).   Backup All Existing AWS CLI S3 Profiles
    8).   Back to Main menu
    --------------------------------------------------------
    Enter option [ 1 - 8 ]
    --------------------------------------------------------