Differences

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

Link to this comparison view

Both sides previous revision Previous revision
ssh [2015/10/30 15:12]
steve
ssh [2019/01/04 16:07]
steve
Line 54: Line 54:
  
 This would also work with any SFTP clients as well. This would also work with any SFTP clients as well.
 +
 +==== JumpBox ====
 +
 +You can jump through another box to SSH into a second one (and third, fourth, etc.):
 +
 +<​code>​
 +ssh -J jumpbox.beandog.org dest.beandog.org ​
 +</​code>​
  
 ==== Notes ==== ==== Notes ====