Dear Stuart,
yes, you are right. I also submitted successfully a first Phaser job to
our number cruncher.
Thanks a lot for this fast work around.
To ask for the SSH port setting within the final user/password window
would be extremely helpful to avoid a fixed port setting.
An egoistic dream on my
Apologies, it did work for me, I think. I just hadn't set my username.
On Tue, 9 Jun 2020 at 09:45, Stuart McNicholas
wrote:
> My idea seemingly hasn't worked for me. I'll keep trying.
>
> On Tue, 9 Jun 2020 at 09:17, Stuart McNicholas <
> stuart.mcnicho...@york.ac.uk> wrote:
>
>> Dear Michael,
My idea seemingly hasn't worked for me. I'll keep trying.
On Tue, 9 Jun 2020 at 09:17, Stuart McNicholas
wrote:
> Dear Michael,
>I think that the port number is hardwired in CCP4i2 on line 439 of
> $CCP4/share/ccp4i2/core/CCP4JobServer.py
>
> transport = paramiko.Transport((sP.machin
Dear all,
This is a very good idea for development: with many of us port-forwarding to
access resources from home, the capacity to specify a non-standard port for ssh
connections in i2 can in principle allow submission from a home laptop to a
work-based server…very efficient !
Please keep me i
Dear Michael,
I think that the port number is hardwired in CCP4i2 on line 439 of
$CCP4/share/ccp4i2/core/CCP4JobServer.py
transport = paramiko.Transport((sP.machine, 22))
also there are various calls to the "paramiko" library which handles ssh,
which do not pass a port number and so de
Hi, Michael,
as a workaround you could create a tunnel (or port forwarding) from your
machine to the ssh server and bind port 22 on the local machine to the
non-standard ssh port of the remote host.
the command will look like this:
$ *ssh -L 127.0.0.1:22:remote-ssh-server:remote-ssh-port
remote-use
>>> Michael Weyand 06/08/20 12:40 PM >>>
Dear CCP4I2 experts,
I'm trying to submit remote jobs via SSH within CCP4i2. Unfortunately,
we use a non standard SSH port.
So far, I'm not able to add any option within the CCP4I2 interface. For
job submission, I need something to do like
'ssh -p XXX
Dear Michael,
I've been playing around a bit with remote job submission via SSH in
CCP4 7.0. I remember I had to patch some files and upgraded a python lib
to add support for ED25519 keys and to allow passing non-standard ports
through the GUI. I never got around to wrap this up and forward it
Dear CCP4I2 experts,
I'm trying to submit remote jobs via SSH within CCP4i2. Unfortunately,
we use a non standard SSH port.
So far, I'm not able to add any option within the CCP4I2 interface. For
job submission, I need something to do like
'ssh -p X -Y . ccp4i-specific-command ...'.
Is t