Giter Site home page Giter Site logo

uwrc.github.io's People

Contributors

brendenpelkie avatar dependabot[bot] avatar evankomp avatar finchnsnps avatar jacqueline-he avatar jpgard avatar kubu4 avatar liam2534 avatar linj66 avatar mjuwit avatar mrvollger avatar mwanek avatar npho avatar pnw-ryanmcgr avatar rulinshao avatar swartout avatar tonideleo avatar vishwassathish avatar z-ryan1 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

uwrc.github.io's Issues

AlphaFold data innaccurate

recently merged: #130

The module information in that update is correct however it also references data that does not exist in the public location specified.

[HYAK101/Flexible-Connections] Corrections/Optimizations for connecting to compute node via ssh config

I am glad to see this topic included in the documentation as it greatly improves user experience on HYAK. Here, I'd like to make some corrections for things I had issues with and an optimization that removes the need to update the ssh config whenever a different compute node is used.

Issue 1: User needs to authorize their ssh key before connecting to a compute node

Documentation is missing a crucial step to generate a personal ssh key and authorize that key on HYAK. Without a key, I encountered a permission denied connection error:

$ ssh klone-node
hansem7@g3056: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).

Issue 2: User may need to be specified under klone-node ssh config

Encountered the following error since my local username differs from my UW NetID:

$ ssh klone-node
([email protected]) Password: 
([email protected]) Duo two-factor login for hansem7
...
hansemro@g3056: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).

To fix this, I had to specify User for the compute node's ssh config.

Updated ssh config for klone compute nodes

One optimization that removes the need to update the compute node's ssh config is to use the wildcard character ? to match a single character. So we could potentially have something like the following:

Host n3???
    HostName %h
    User UWNetID
    ProxyJump klone-login

This works without changing the ssh config each time you get a different compute node (provided you know the name of the node).

Similarly for mox compute nodes if mox-login is defined:

Host n2???
    HostName %h
    User UWNetID
    ProxyJump mox-login

If there are concerns about potential namespace conflicts, then we could have the following instead:

Host n3???.hyak.local
    HostName %h
    User UWNetID
    ProxyJump klone-login

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.