User Tools

Site Tools


ubuntu:ssh:agent_forwarding

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:ssh:agent_forwarding [2025/05/21 10:10] peterubuntu:ssh:agent_forwarding [2025/05/21 10:11] (current) peter
Line 82: Line 82:
 ===== Troubleshooting ===== ===== Troubleshooting =====
  
-If SSH Forwarding is not Working+If SSH Forwarding is not working
  
   * Make sure you actually have SSH keys in the first place; if you do not, run **ssh-keygen**, which will place the private key in **~/.ssh/id_rsa** and the public key in **~/.ssh/id_rsa.pub**.   * Make sure you actually have SSH keys in the first place; if you do not, run **ssh-keygen**, which will place the private key in **~/.ssh/id_rsa** and the public key in **~/.ssh/id_rsa.pub**.
Line 94: Line 94:
   * To check which config files SSH is using, run ssh in verbose mode, Which should display which config files are being used. Files displayed later in this list take precedence over earlier files: <code bash>   * To check which config files SSH is using, run ssh in verbose mode, Which should display which config files are being used. Files displayed later in this list take precedence over earlier files: <code bash>
 ssh -v user@host</code> ssh -v user@host</code>
 +
 +
 +----
 +
 +TAGS
 +
 +  * TAG:  Networking
 +  * TAG:  Security
 +  * TAG:  SSH
 +
 +----
  
  
ubuntu/ssh/agent_forwarding.1747822216.txt.gz · Last modified: 2025/05/21 10:10 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki