SSH-based Repository Authentication Fails due to MOTD (Message of the Day)
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
症状
Configuring an SCM (CVS or Subversion) using SSH authentication fails with the following error:
2010-06-16 13:30:12,375 ERROR [16528015@qtp-15532856-3744] [ExtConnection] Message from ssh:
##############################################################################
Message of the day.
##############################################################################
原因
Configuration of a plan's source repository authentication with SSH (svn+ssh or cvs+ssh) fails if server sends a MOTD instead of a SSH Password prompt.
Repository authentication via SSH does not work in combination with a MOTD.
ソリューション
Disable MOTD messages for the Bamboo user accessing the repository over SSH, by putting LogLevel QUIET into ~/.ssh/config file.
この内容はお役に立ちましたか?