GoogleCloudPlatform / scientific-computing-examples

Open Source examples using Google Cloud to solve various Scientific and Technical Computing problems.
Apache License 2.0
17 stars 11 forks source link

Configure hostbased authentication between manager/login nodes and compute nodes #27

Closed wkharold closed 2 years ago

wkharold commented 2 years ago

Accessing notebooks (Jupyter and/or Pluto) on compute nodes requires ssh tunneling through the login node. Hostbased auth is a "once and done" way to enable ssh tunnels for all users.