SSH-based Repository Authentication Fails due to MOTD (Message of the Day)
Symptoms
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.
##############################################################################
Cause
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
.
Resolution
Disable MOTD
messages for the Bamboo user accessing the repository over SSH, by putting LogLevel QUIET
into ~/.ssh/config
file.
Last modified on Jun 27, 2013
Powered by Confluence and Scroll Viewport.