-
Start the ssh agent [local computer]
$eval $ (ssh-agent -s) -
Copy my ssh key to ./sshfiles/stepstone
-
Start the aiidalab docker instance
-
From the aiidalab comamnd line run the setup script
$sh /home/aiida/apps/aiidalab-mp-uc3/setup_unity.sh
-
Activate the UC3 app and run, the app, with FSP@unity
**) I gave up on using ProxyJump was getting several different errors and (~2 hours effort)
- raise valueerror("q must be exactly 160, 224, or 256 bits long") valueerror: q must be exactly 160, 224, or 256 bits long Bypassed by creating ed25519 key
- disconnect (code 2 received packet inappropriate for current authentication state) No clue about this one
- paramiko.ssh_exception.ChannelException: ChannelException(1, 'Administratively prohibited') No clue about this one
Meanwhile proxycommand worked with almost no effort... (~10 minutes)