전체 글 (18) 썸네일형 리스트형 git ssh 키 생성 등록 ssh key 생성$ ssh-keygenGenerating public/private rsa key pair.Enter file in which to save the key (/home/jmjeong/.ssh/id_rsa): Created directory /home/jmjeong/.ssh.Enter passphrase (empty for no passphrase):Enter same passphrase again:Your identification has been saved in /home/jmjeong/.ssh/id_rsaYour public key has been saved in /home/jmjeong/.ssh/id_rsa.pubThe key fingerprint is:SHA256:dddd????.. 유용한 리눅스 명령어 Linux 명령어 tips 자세한 내용은 --help, man page 혹은 인터넷 검색을 이용하자 접속 ssh ssh-copy-id 접속할 때마다 키를 입력할 필요없이 키를 복사하여 저장함. 최초 한번 복사후 이후는 암호 없이 접속 가능함. ssh키 동기화 서비스를 이용하면 모든 서버에 암호입력 없이 접속 할 수 있도록 셋팅 할 수도 있음. $ ssh-copy-id jmjeong@nipa5.gpu.testdns.com /usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: "/Users/jamin/.ssh/id_rsa.pub" /usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s).. pyscaffold installation basic installation $ pip install --upgrade pyscaffold optional installation ## package화를 위한 기본 설치 $ pip install tox setuptools setuptools_scm wheel ## rst파일이 아닌 markdown 을 사용하기 위한 페키지 설치 $ pip install pyscaffoldext-markdown create projects 기본적으로 우리 모두는 rst 파일에 익숙하지 않기 때문에 --markdown 옵션을 넣어서 생성해야 한다. $ putup my_project ## interactive 하게 설정을 조정하면서 생성할 수 있다. $ putup -i my_project ## 설명.. 이전 1 2 3 4 5 6 다음