rsh의 경우 .rhosts 를 사용하시고, ssh 의 경우 public key 를 상대 host의 authorized_keys에 넣어 두는 것으로 암호 없이 들어가게 됩니다. public key를 pass phrase를 넣었다면, ssh-agent를 사용하셔서 일회 방식으로 암호 입력 회수를 최소화 하세요.
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.
TortoiseCVS 디렉토리 안에 보면
tutorisePlinkWithPassword.bat 파일이 있는데 거기 안에 보면
password 집어넣는 곳이 있습니다.
암호 집어넣고 접속할 때 부르는 것을 TortoisePLink 로 하지말고 위의 배치 파일로 하면 되더군요..
ssh 대신 암호인증 쓰면 됩니다. 보안면에서는 떨어지죠.암호가
ssh 대신 암호인증 쓰면 됩니다. 보안면에서는 떨어지죠.
암호가 .cvspass에 남으니
Written By the Black Knight of Destruction
:pserver: 를 쓴다면 위와 같이 하면되고,:ext: 로 쓴
:pserver: 를 쓴다면 위와 같이 하면되고,
:ext: 로 쓴다면, rsh나 ssh의 암호 인증을 따르기 때문에..
rsh의 경우 .rhosts 를 사용하시고, ssh 의 경우 public key 를 상대 host의 authorized_keys에 넣어 두는 것으로 암호 없이 들어가게 됩니다. public key를 pass phrase를 넣었다면, ssh-agent를 사용하셔서 일회 방식으로 암호 입력 회수를 최소화 하세요.
---
http://coolengineer.com
...
무슨 말인지.. 전혀 모르겠어요...
암호 입력이 뭐이리 복잡 한가요..
메신져 같은 것 보면 암호 창에 암호가 입력 되어 있잖아요..
그것 처럼 되게 할 순 없을 까요...
-----------^^ ^^ ^^ ^^ ^^ ----------
..........................................................
root 접근을 ext 로 하나요?
root 접근을 ext 로 하나요?
---
http://coolengineer.com
..
ext 입니다.
그리고 kldp프로젝트에 접근 하는 겁니다.
root로는 접근을 못하고 내 아이디로 접근 합니다..
어디 설정 하나 해놓으면 자동으로 암호가 입력 되게 하는게 없을 까요..
-----------^^ ^^ ^^ ^^ ^^ ----------
..........................................................
http://kldp.net/forum/message.php?msg_id
http://kldp.net/forum/message.php?msg_id=3732
참고하세요
---
http://coolengineer.com
..
그러면 윈도우는 어떻게 해야 하죠..
리눅스도 못했습니다..
~/.ssh/config 라는 파일을 수정 해라는데. 파일을 찾을 수도 없더군요..
CVS 브라우져 소스고처 컴파일 해서 사용 하는것이 더 쉬울지 모르겠어요..
-----------^^ ^^ ^^ ^^ ^^ ----------
..........................................................
[code:1]$ cat ~/.ssh/configHost cvs.h
입니다.
윈도우는... 글쎄요.. Tortoise 쓰시나요?
---
http://coolengineer.com
..
계속 답변 달아 주셔서 감사 합니다..
환경은 윈도우 바탕에 VM띄어서 하고 있습니다..
윈도우에서 접근 할때도 있고 , 리눅스 에서 접근 할때도 있고 그렇습니다.
근데염..
투토라이즈 CVS에 암호를 미리 입력 해두는 방법이 있는가요..?
-----------^^ ^^ ^^ ^^ ^^ ----------
..........................................................
Tortoise CVS (토토이즈) 요놈은 내부적으로 PuTTY를 사용하
Tortoise CVS (토토이즈) 요놈은 내부적으로 PuTTY를 사용하기 때문에 Putty의 public key method를 알아 보시면 될 것 같습니다. 한번도 안해봐서.. ^^
CVS 는 pserver 말고 ext 형태로 외부 remote shell 프로그램을 사용할 경우, CVS의 인증 방식은 전적으로 외부 shell의 인증을 따르게 되므로 참고하세요.
---
http://coolengineer.com
Tortoise CVS Help에서 인용합니다.[quote][b]
Tortoise CVS Help에서 인용합니다.
---
http://coolengineer.com
거북이 암호 안 치고 하는 방법 알았습니다..
데브피아 시샵님이 가르쳐 주어서 금방 알았습니다..
TortoiseCVS 디렉토리 안에 보면
tutorisePlinkWithPassword.bat 파일이 있는데 거기 안에 보면
password 집어넣는 곳이 있습니다.
암호 집어넣고 접속할 때 부르는 것을 TortoisePLink 로 하지말고 위의 배치 파일로 하면 되더군요..
-----------^^ ^^ ^^ ^^ ^^ ----------
..........................................................
댓글 달기