User Tools

Site Tools


ssh

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
ssh [2020/08/10 02:35]
127.0.0.1 external edit
ssh [2021/06/08 20:07] (current)
k2patel [Tips & Tricks]
Line 106: Line 106:
 </​code>​ </​code>​
  
 +== Temporarily disable ssh key forwarding == 
 +This will disable key forwarding, while login with the key. 
 +<code bash> 
 +ssh yahoo.com -i .ssh/​id_ed25519 -o IdentitiesOnly=yes -F /dev/null -l ketan 
 +</​code>​
ssh.txt · Last modified: 2021/06/08 20:07 by k2patel