Envoy: Difference between revisions

From Q
Jump to navigation Jump to search
Tgurr (talk | contribs)
Created page with "{{Root|cave resolve envoy -x}} {{Root|systemctl enable envoy@ssh-agent.socket}} {{Command|envoy}} {{Command|source <(envoy -p)}}"
 
Tgurr (talk | contribs)
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
{{Root|systemctl enable envoy@ssh-agent.socket}}
{{Root|systemctl enable envoy@ssh-agent.socket}}


{{Command|envoy}}
~/.bashrc
 
<pre>
{{Command|source <(envoy -p)}}
# envoy
envoy -t ssh-agent -a id_rsa
source <(envoy -p)
</pre>

Latest revision as of 16:29, 3 October 2019

# cave resolve envoy -x
# systemctl enable envoy@ssh-agent.socket

~/.bashrc

# envoy
envoy -t ssh-agent -a id_rsa
source <(envoy -p)