AaltoSciComp / scicomp-docs

Aalto scientific computing guide: former Triton user guide + more info
https://scicomp.aalto.fi
Other
30 stars 47 forks source link

Fix ProxyJump with ssh-copy-id #687

Closed hsnfirooz closed 5 months ago

hsnfirooz commented 5 months ago

ssh-copy-id doesn't support ProxyJump or -J option directly. The only way is passing -o to use ssh options like ProxyJump. This PR fix this issue for new users to follow the ssh guide easier.