リモート接続のコンソールとファイル転送

ターミナルエミュレーター Putty でコンソールアクセス
Linux version は、Putty SSH Client と言う名前で、Ubuntu Software Center よりインストール。
設定は、以下のページ参照。
アクセスが成功したので、Putty 終了。

次に、SCP でファイル転送の準備
FileZilla を使用。
接続確認  /home/kaz に接続
Webmin Debian package を準備
現行 webmin-1.550_all.deb 14.8 MB
FileZilla でファイル転送

webmin のインストール
sudo dpkg -i webmin_1.500_all.deb

以下のエラー表示されますが、構わずすすめます。
パッケージ libauthen-pam-perl はまだインストールされていません。

以下で、エラー対策
sudo apt-get -f install

これでwebminインストール終了

webmin にアクセス
https://192.168.1.151:10000

10000 ポートを開ける
sudo ufw allow 10000/tcp

ubuntu では、root は存在しない。  しかし、webmin では、初期アクセスにルートパスワードを必要とする。
この問題解決のため、以下のコマンドでwebmin root password を設定
sudo /usr/share/webmin/changepass.pl /etc/webmin root xxxxxxxx
sudo (Webmin のインストールディレクトリ)/changepass.pl /etc/webmin root passwor

これでめでたく、webmin にアクセスしました。
https://192.168.1.151:10000
username: root
password: xxxxxxxxxxxxxxxxxxxx





Comments

Popular posts from this blog

Google: How to disable Auto Licensing