답변:
ssh 키를 캐시하는 프로그램은 ssh-agent 프로그램입니다. 맨 페이지를 보면이 릴리프 옵션을 볼 수 있습니다.
-t life Set a default value for the maximum lifetime of identities added
to the agent. The lifetime may be specified in seconds or in a
time format specified in sshd_config(5). A lifetime specified
for an identity with ssh-add(1) overrides this value. Without
this option the default maximum lifetime is forever.
시작 프로그램에서 ssh-agent 프로그램을 편집 할 수 있습니다. 로 이동하여 System > Preferences > Startup Programs
를 찾아서 코맨에 SSH Key Agent
추가 -t 3600
하십시오. 1 시간 후에 키가 만료됩니다.
세션을 다시 시작해야 (로그 아웃 한 후 다시 로그인) 세션이 적용됩니다. 또한 gpg 암호에 입력하는 데 어려움을 겪을 경우를 대비하여 동일한 방식으로 시작할 수있는 에이전트 프로그램에서 설정할 수있는 gpg 키와 비슷한 작업을 수행 할 수 있습니다 (기본적으로 설치되지 않음). 패키지 제작 또는 이메일 발송.