-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New translations mkdocs_venv.md (Ukrainian) * New translations 01-basic.md (Korean) * New translations librenms_monitoring_server.md (Korean) * New translations haproxy_apache_lxd.md (Korean) * New translations cron_jobs_howto.md (Korean) * New translations pound.md (Korean) * New translations navigation.md (Korean) * New translations mkdocs_lsyncd.md (Korean) * New translations sftp.md (Korean) * New translations lab7-software_management.md (Korean) * New translations mkdocs_venv.md (Korean) * New translations active_directory_authentication.md (Korean) * New translations dnf_automatic.md (Korean) * New translations firewalld-beginners.md (Korean) * New translations enabling_iptables_firewall.md (Korean) * New translations learning_selinux.md (Korean) * New translations firewalld.md (Korean) * New translations generating_ssl_keys_lets_encrypt.md (Korean) * New translations vbox-rocky.md (Korean) * New translations introduction.md (Korean) * New translations ssh_public_private_keys.md (Korean) * New translations ssl_keys_https.md (Korean) * New translations index.md (Korean) * New translations pam.md (Korean) * New translations mkdocs_venv.md (Italian) * New translations navigation.md (Italian)
- Loading branch information
1 parent
57181dd
commit f9716f2
Showing
26 changed files
with
5,006 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,8 @@ tags: | |
|
||
* 커맨드 라인에 대한 익숙하고 편안함 | ||
* 편집, SSH, 동기화 도구 사용에 익숙하거나 따라하고 배울 준비가 되어 있음 | ||
* LXD에 대해 참조합니다 - [서버에서 LXD를 구축하고 사용하는 방법](../../books/lxd_server/00-toc.md)에 대한 긴 문서가 있지만, 여기서는 Linux 워크스테이션에 기본 설치만 사용합니다. 이 문서는 이미 다른 목적으로 LXD를 사용하고 있다고 가정하며, LXD의 빌드 및 초기화를 다루지 않습니다. | ||
* 파일 미러링에 `lsyncd`를 사용할 예정이며 [여기에서](../backup/mirroring_lsyncd.md) 관련 문서를 찾을 수 있습니다. | ||
* LXD 참조 - 서버에서 LXD를 구축하고 사용하는 것에 대한 장문의 문서가 [여기](../../books/lxd_server/00-toc.md)에 있지만 Linux 워크스테이션에서는 기본 설치만 사용합니다 | ||
* 미러링 파일에 `lsyncd ` 사용. 관련 내용은 [이 문서](../backup/mirroring_lsyncd.md)를 참조하세요. | ||
* [이 문서](../security/ssh_public_private_keys.md)를 사용하여 로컬 워크스테이션의 사용자 및 "root" 에 대한 공개 키를 생성해야 합니다. | ||
* 이하의 예제에서는 브리지 인터페이스가 10.56.233.1에 실행되며, 컨테이너는 10.56.233.189에 실행되는 것으로 가정합니다. | ||
* 이 문서에서 "youruser"는 사용자 ID를 나타내므로 해당 사용자에 맞게 바꿉니다. | ||
|
@@ -148,7 +148,7 @@ scp -r .ssh/ [email protected]:/home/youruser/ | |
ssh -l 사용자 10.56.233.189 | ||
``` | ||
|
||
무엇을 해야 하는지 이해하기 위해 동일하게 만들어야 합니다. 하지만 이렇게 하려면 `ssh-agent`를 사용할 수 있는지 확인해야 합니다. | ||
무엇을 해야 하는지 이해하기 위해 동일하게 만들어야 합니다. 하지만 이렇게 하려면 `ssh-add`를 사용할 수 있는지 확인해야 합니다. 이 작업을 수행하려면 <code>ssh-agent</code>를 사용할 수 있어야 합니다: | ||
|
||
``` | ||
eval "$(ssh-agent)" | ||
|
Oops, something went wrong.