답변:
이것은 ... 불리운다 ssh-agent 포워딩 거기에 스위치가있다. -A
그것을 위해 ssh
. ssh-agent에 익숙하다면 ssh -A bob "git clone git@repo"
작업을 수행해야합니다 (가능하면 add -tt
옵션이 작동하지 않는 경우).
듣지 않았다면 ssh-agent
, 당신은 읽을 수 있습니다 :
eval `ssh-agent` ## start ssh-agent
ssh-add your.key ## add your key to agent, possibly unlocking if encrypted
ssh -A bob ## gets you to remote server with rather safe access to your local key