CentOS の代わりとなる「Rocky Linux (ロッキーリナックス)」と「AlmaLinux(アルマリナックス)」という2つの新しい Linux ディストリビューションが立ち上がりました。どちらも CentOS Linux の後継として RHEL(Red Hat Enterprise Linux)の完全クローンです。
【AlmaLinux 9】CentOSに代わるRHELクローンOSをインストール|ITの魔力
https://relax-tech.net/linux-almalinux-9-install/
AlmaLinux 9.1 のインストール方法 | SEECK.JP サポート こちらには 日本語設定がついている 後で確認
https://kb.seeck.jp/archives/19773
基本的には rocky linux と同じです
Rocky Linux サーバ管理ツール「Cockpit」を利用するまでの手順 | mebee (Rocky ですが同じです)
https://mebee.info/2021/06/28/post-37373/
sudo systemctl enable --now cockpit.socket
のみで0K
Cockpit (Linux サーバ管理ツール) について検証してみた | SIOS Tech. Lab
https://tech-lab.sios.jp/archives/17961
CentOS の内容ですがほぼ同じはず
Windows Terminal を使う
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
PS C:\Users\ntaka_c0pky\OneDrive\デスクトップ> ssh 192.168.2.253 -l ntaka
The authenticity of host '192.168.2.253 (192.168.2.253)' can't be established.
ED25519 key fingerprint is SHA256:A93oKD/aYtezRaEmIRhCYv5iObNHU0mvp80CQ7CSgPE.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '192.168.2.253' (ED25519) to the list of known hosts.
ntaka@192.168.2.253's password: ユーザーのパスワードを入力
Web console: https://localhost:9090/ or https://192.168.2.253:9090/
Last login: Sat Apr 8 14:04:14 2023 from ::ffff:192.168.2.133
[ntaka@localhost ~]$
終了は
$ exit