How to change the username and the SSH password for the admin user

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

目的

Hipchat Server comes with a default SSH user called admin and the default password: hipchat. Renaming the user is not recommended but changing the password is possible.

ソリューション

While renaming the user is technically possible via usermod, doing so will have serious consequences on the system and break core functionalities. The admin user is hard-coded in our Chef templates and is needed by several processes. This can be noticed by running:

grep -rw admin /hipchat-scm/chef-repo/* --color

The admin user password can be changed as follows: 

  1. SSH to the server as admin with the old password
  2. passwd を実行します。
  3. Follow the instructions to change the password

 

最終更新日: 2018 年 1 月 19 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.