cvs 사용 할때 비밀 번호 안 치고 하는 방법 있나요...

onemind555의 이미지

매번 cvs사용 할때 마다.
비밀 번호 쳐 넣을려니 귀찮습니다..
안 치는 방법 있나요??

Necromancer의 이미지

ssh 대신 암호인증 쓰면 됩니다. 보안면에서는 떨어지죠.

암호가 .cvspass에 남으니

Written By the Black Knight of Destruction

pynoos의 이미지

:pserver: 를 쓴다면 위와 같이 하면되고,

:ext: 로 쓴다면, rsh나 ssh의 암호 인증을 따르기 때문에..

rsh의 경우 .rhosts 를 사용하시고, ssh 의 경우 public key 를 상대 host의 authorized_keys에 넣어 두는 것으로 암호 없이 들어가게 됩니다. public key를 pass phrase를 넣었다면, ssh-agent를 사용하셔서 일회 방식으로 암호 입력 회수를 최소화 하세요.

onemind555의 이미지

무슨 말인지.. 전혀 모르겠어요...
암호 입력이 뭐이리 복잡 한가요..

메신져 같은 것 보면 암호 창에 암호가 입력 되어 있잖아요..
그것 처럼 되게 할 순 없을 까요...

-----------^^ ^^ ^^ ^^ ^^ ----------
..........................................................

pynoos의 이미지

root 접근을 ext 로 하나요?

onemind555의 이미지

ext 입니다.
그리고 kldp프로젝트에 접근 하는 겁니다.
root로는 접근을 못하고 내 아이디로 접근 합니다..

어디 설정 하나 해놓으면 자동으로 암호가 입력 되게 하는게 없을 까요..

-----------^^ ^^ ^^ ^^ ^^ ----------
..........................................................

pynoos의 이미지

onemind555의 이미지

그러면 윈도우는 어떻게 해야 하죠..

리눅스도 못했습니다..
~/.ssh/config 라는 파일을 수정 해라는데. 파일을 찾을 수도 없더군요..

CVS 브라우져 소스고처 컴파일 해서 사용 하는것이 더 쉬울지 모르겠어요..

-----------^^ ^^ ^^ ^^ ^^ ----------
..........................................................

pynoos의 이미지

$ cat  ~/.ssh/config
Host cvs.hserver.kldp.net
        Protocol 1

입니다.

윈도우는... 글쎄요.. Tortoise 쓰시나요?

onemind555의 이미지

계속 답변 달아 주셔서 감사 합니다..

환경은 윈도우 바탕에 VM띄어서 하고 있습니다..
윈도우에서 접근 할때도 있고 , 리눅스 에서 접근 할때도 있고 그렇습니다.

근데염..
투토라이즈 CVS에 암호를 미리 입력 해두는 방법이 있는가요..?

-----------^^ ^^ ^^ ^^ ^^ ----------
..........................................................

pynoos의 이미지

Tortoise CVS (토토이즈) 요놈은 내부적으로 PuTTY를 사용하기 때문에 Putty의 public key method를 알아 보시면 될 것 같습니다. 한번도 안해봐서.. ^^

CVS 는 pserver 말고 ext 형태로 외부 remote shell 프로그램을 사용할 경우, CVS의 인증 방식은 전적으로 외부 shell의 인증을 따르게 되므로 참고하세요.

pynoos의 이미지

Tortoise CVS Help에서 인용합니다.

Quote:
Tired of entering your password all the time?
You need to make a public/private key pair. The public key goes on the server, and the private key sits on your hard drive. Now, when you connect the server can verify who you are because only you have your private key.

To further protect your private key it is encrypted on your hard disk with a passphrase. You can however choose an empty passphrase, in which case you never have to enter a password but anyone with access to your computer can access your SSH CVS account. Or you can use an SSH Agent (such as Pageant) which will remember your passphrase for the duration of one session, so you only have to enter it once.

TortoiseCVS uses a version of Plink as its SSH client. This means you can use PuTTYgen to make a public/private key pair, and you can use Pageant to point to where the private key is. First of all download them both from the PuTTY web site.

For information on how to use them read the PuTTY documentation on PuTTYgen and Pageant. In particular, make sure you read the sections "8.2: Using PuTTYgen, the PuTTY key generator" and "9.3.1 Making Pageant automatically load keys on startup".

After making your public key with PuTTYgen you need to upload it using the SourceForge.net web interface. Log into the SourceForge web site, and go to your Account Preferences page. Down at the bottom is a section "Shell Account Information" with an entry "CVS/SSH Shared Authorized Keys". You need to add your public key there.

onemind555의 이미지

데브피아 시샵님이 가르쳐 주어서 금방 알았습니다..

TortoiseCVS 디렉토리 안에 보면
tutorisePlinkWithPassword.bat 파일이 있는데 거기 안에 보면
password 집어넣는 곳이 있습니다.
암호 집어넣고 접속할 때 부르는 것을 TortoisePLink 로 하지말고 위의 배치 파일로 하면 되더군요..

-----------^^ ^^ ^^ ^^ ^^ ----------
..........................................................

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.