aboutsummaryrefslogtreecommitdiffstats
path: root/korean
diff options
context:
space:
mode:
authorSebul <sebuls@gmail.com>2020-05-13 04:50:49 +0900
committerSebul <sebuls@gmail.com>2020-05-13 04:50:49 +0900
commit92334d4764be460a2aff5e3f2499cc6906f943cf (patch)
tree18aefa5f2243347a006eca7c232bf6da6d10fefc /korean
parentc0ec9f6ac976791372f3cb048c6a95d63014ac79 (diff)
ko fix typo. passwordlessssh
Diffstat (limited to 'korean')
-rw-r--r--korean/devel/passwordlessssh.wml22
1 files changed, 10 insertions, 12 deletions
diff --git a/korean/devel/passwordlessssh.wml b/korean/devel/passwordlessssh.wml
index 65d639f4796..b74c1261b51 100644
--- a/korean/devel/passwordlessssh.wml
+++ b/korean/devel/passwordlessssh.wml
@@ -1,14 +1,12 @@
-#use wml::debian::template title="암호를 물어보지 않게 ssh를 설정하는 방법" BARETITLE=true
-#use wml::debian::translation-check translation="87a9a20b860797210702af5b17db09a362a220e7" maintainer="Sebul" mindelta="-1"
-# 주의: 불완전한 번역. 번역을 마친 다음 위의 'mindelta="-1"'을 지우십시오.
+#use wml::debian::template title="암호를 묻지 않게 ssh를 설정하는 방법" BARETITLE=true
+#use wml::debian::translation-check translation="87a9a20b860797210702af5b17db09a362a220e7" maintainer="Sebul"
<p>RSA 인증(authentication) 키를 만들어, 암호를 입력하지 않고 여러분
계정으로부터 원격 사이트에 로그인할 수 있습니다.</p>
<p>일단 이렇게 설정한 후, 침입자가 여러분 계정/사이트에 침입한다면, 그들
역시 패스워드 없이 그 사이트에 접근할 수 있게 된다는 것을 주의해야
-합니다! 이런 까닭에 root로 이 일을 하면 <strong>결코</strong>
-안 됩니다.</p>
+합니다! 이런 까닭에 root로 이 일을 하면 <strong>결코 안</strong> 됩니다.</p>
<ul>
<li>자신의 컴퓨터에서 <code>ssh-keygen(1)</code>을 실행하고,
@@ -16,12 +14,12 @@
<br>
비밀 키와 공개 키가 생성됩니다. 예전 SSH 버전이면
<code>~/.ssh/identity</code>와
- <code>~/.ssh/identity.pub</code>에; 새 버전이면
+ <code>~/.ssh/identity.pub</code>에, 새 버전이면
<code>~/.ssh/id_rsa</code>와
<code>~/.ssh/id_rsa.pub</code>에 저장됩니다.</li>
<li>다음으로, 공개 열쇠 파일의 내용은 원격 사이트의
- <code>~/.ssh/authorized_keys</code>에 추가합니다(파일의 모드는
-600이어야 합니다).
+ <code>~/.ssh/authorized_keys</code>에 더합니다(파일 모드는
+600이어야 함).
<br>
자신이 개발자이고 이 키로 debian.org에 접근하고
싶다면 개발자 데이터베이스에서 자신의 키를 모든 데비안 장비에
@@ -43,10 +41,10 @@
<code>~/.xsession</code> 파일에 다음 줄을 추가해 에이전트에서 모든
키를 자동으로 로드할 수 있습니다.</p>
<pre>
- \# if use-ssh-agent is specified in /etc/X11/Xsession.options
- \# (this is the default) then you need only the second line
- \# eval ssh-agent
- ssh-add &lt;filename-of-ssh-key&gt;
+ \# 만일 use-ssh-agent 가 /etc/X11/Xsession.options 안에 있으면
+ \# (이것이 기본값) 두번째 줄만 바꾸면 됨
+ \# eval ssh-agent
+ ssh-add &lt;filename-of-ssh-key&gt;
</pre>
<p>터미널 없이 <code>ssh-add</code>를 실행하려면
<code>ssh-askpass</code> 패키지가 반드시 설치되어 있어야 합니다.

© 2014-2024 Faster IT GmbH | imprint | privacy policy