Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 425 Bytes

setting_ssh_private_key_forwarding.md

File metadata and controls

22 lines (14 loc) · 425 Bytes

Setting ssh private key forwarding

Set the private key through ssh forwarding to another server.

For example A -> B -> C then A and B need to be set.

  • Make Sure ssh forwarding Works (OK ssh forwarding Works)

$ eval `ssh-agent -s

# ssh-add

# ps aux | grep ssh
ssh-agent is running 
  • Ensure
ForwardAgent Yes