1. Hussam Nasir

Hussam Nasir

Forum Replies Created

Viewing 2 posts - 106 through 107 (of 107 total)
  • Author
    Posts
  • in reply to: Maintenance on FABRIC-UTAH on Monday 1/24/22 – 11am-5pm ET #1264
    Hussam Nasir
    Moderator

      This maintenance has been completed. You can safely resume using this site.

      in reply to: SSH Permission Denied #1187
      Hussam Nasir
      Moderator

        Here is my version of the ssh config file. Its advisable to save it in ~/work/.ssh/config rather than ~/.ssh/config since ~/work is persistent upon re-creation of the jupyterhub instance

         

        UserKnownHostsFile /dev/null
        StrictHostKeyChecking no
        ServerAliveInterval 120

        Host bastion-?.fabric-testbed.net
        User <your bastion host username>
        ForwardAgent yes
        Hostname %h
        IdentityFile <path to your bastion host private key>
        IdentitiesOnly yes

        Host * !bastion-?.fabric-testbed.net
        ProxyJump <your bastion host username>@bastion-1.fabric-testbed.net:22
        ##ProxyJump <your bastion host username>@bastion-2.fabric-testbed.net:22

        Once this file is saved, you no longer need the -J param as long as this file is included in your ssh command .

        For example.

        ssh -F ~/work/.ssh/config centos@63.239.135.94 should work

      Viewing 2 posts - 106 through 107 (of 107 total)
      FABRIC invites nominations for four awards recognizing innovative uses of FABRIC resources—Best Published Paper, Best FABRIC Matrix, Best FABRIC Experiment, and Best Classroom Use of FABRIC — submissions due by **Monday, February 24 at 11:59 PM ET**, and winners announced at KNIT10. [>>>Submit Form](https://docs.google.com/forms/d/e/1FAIpQLSeTp3i2iDhB7bHgN8ryMxZci8ya87yjeQd7_JMZImUodNinVA/viewform)

      KNIT10 Call for Demos Now Open! Submit your demo by **February 24**. [>>>Submit Demo](https://docs.google.com/forms/d/e/1FAIpQLScRIWqHliNP3DFWBCnalYN_fBXJXVM0PpP9YWWJdSebC95TvA/viewform)
      FABRIC invites nominations for four awards recognizing innovative uses of FABRIC resources—Best Published Paper, Best FABRIC Matrix, Best FABRIC Experiment, and Best Classroom Use of FABRIC — submissions due by **Monday, February 24 at 11:59 PM ET**, and winners announced at KNIT10. [>>>Submit Form](https://docs.google.com/forms/d/e/1FAIpQLSeTp3i2iDhB7bHgN8ryMxZci8ya87yjeQd7_JMZImUodNinVA/viewform)

      KNIT10 Call for Demos Now Open! Submit your demo by **February 24**. [>>>Submit Demo](https://docs.google.com/forms/d/e/1FAIpQLScRIWqHliNP3DFWBCnalYN_fBXJXVM0PpP9YWWJdSebC95TvA/viewform)