CVS ssh Jira Integration

Usage FAQ

このページの内容

お困りですか?

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

コミュニティに質問

CVS :ext: ssh Jira Integration

The following information is probably only relevant to Linux/Unix/OSX/Cygwin environments.

CVS_RSH environment variable

In order to use the :ext: method for connection to CVS, the CVS_RSH environment variable needs to be set in the environment that runs JIRA. It should be set to the path to the ssh binary.

put this in your profile

CVS_RSH=`which ssh`
export CVS_RSH

Problems Authorising when command line works

One user reported the following:

The problem was found to be the UsePAM directive in sshd_config on the
cvs server(Debian-Sarge) - this needs to be disabled (which it wasn't)
with the PasswordAuthentication enabled.

最終更新日 2007 年 11 月 1 日

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

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