bbssh
Babashka pod for SSH support.
파일 탐색기
최종 버전 다운로드 (.zip)- install-clojure
- config.yml
- 00-overview.md
- 01-basics.md
- 02-port-forwarding.md
- 03-how-to.md
- reflect-config.json
- resource-config.json
- BBSSH_RELEASED_VERSION
- BBSSH_VERSION
- install
- cleaner.clj
- input_stream.clj
- output_stream.clj
- pack.clj
- socket.clj
- utils.clj
- agent.clj
- byte_array_input_stream.clj
- byte_array_output_stream.clj
- channel_exec.clj
- config.clj
- config_repository.clj
- core.clj
- host_key.clj
- host_key_repository.clj
- identity.clj
- identity_repository.clj
- key_pair.clj
- known_hosts.clj
- scp.clj
- session.clj
- ssh_agent.clj
- terminal.clj
- user_info.clj
- BbsshUtils.c
- BbsshUtils.h
- BbsshUtils.java
- BbsshUtils.java
- bbssh.c
- bbssh.h
- lookup.clj
- pod.clj
- references.clj
- utils.clj
- core.clj
- input_stream.clj
- output_stream.clj
- agent.clj
- byte_array_input_stream.clj
- byte_array_output_stream.clj
- callbacks.clj
- channel_exec.clj
- cleaner.clj
- config.clj
- config_repository.clj
- core.clj
- host_key.clj
- host_key_repository.clj
- identity.clj
- identity_repository.clj
- key_pair.clj
- known_hosts.clj
- session.clj
- socket.clj
- terminal.clj
- user_info.clj
- core.clj
- docker.clj
- keys.clj
- test_garbage_collection.clj
- test_host_key.clj
- test_identity_repository.clj
- test_key_pair.clj
- test_known_hosts.clj
- test_openssh_config.clj
- test_password_exec.clj
- test_port_forward.clj
- test_proxy_support.clj
- test_scp.clj
- test_ssh_identity.clj
- test_user_info.clj
- test_utils.clj
- zero
- random
- test.txt
- zeroes
- .hidden
- bb.clj
- bb.edn
- Dockerfile
- .gitignore
- build.clj
- CHANGELOG.md
- deps.edn
- LICENSE
- Makefile
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/epiccastle/bbssh
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd bbssh
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Make
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
