Re: [Paraview] server configuration with two factor authentication?

2015-03-23 Thread Vanmoer, Mark W
, 2015 11:15 AM To: burlen Cc: paraview@paraview.org; Vanmoer, Mark W Subject: Re: [Paraview] server configuration with two factor authentication? I use a tiny executable called SocketRelay for the same purpose. We borrowed it from VisIt. On Mar 20, 2015 5:42 PM, "Burlen Loring" mailto:

Re: [Paraview] server configuration with two factor authentication?

2015-03-21 Thread David E DeMarle
rlen.lor...@gmail.com > ] > *Sent:* Thursday, March 19, 2015 4:48 PM > *To:* Vanmoer, Mark W; David E DeMarle > *Cc:* paraview@paraview.org > *Subject:* Re: [Paraview] server configuration with two factor > authentication? > > > > Hi Mark, > > Yes to both. The way

Re: [Paraview] server configuration with two factor authentication?

2015-03-20 Thread Burlen Loring
:*Burlen Loring [mailto:burlen.lor...@gmail.com] *Sent:* Thursday, March 19, 2015 4:48 PM *To:* Vanmoer, Mark W; David E DeMarle *Cc:* paraview@paraview.org *Subject:* Re: [Paraview] server configuration with two factor authentication? Hi Mark, Yes to both. The way this could work on a simple c

Re: [Paraview] server configuration with two factor authentication?

2015-03-20 Thread Vanmoer, Mark W
: paraview@paraview.org Subject: Re: [Paraview] server configuration with two factor authentication? Hi Mark, Yes to both. The way this could work on a simple cluster is: from the user's system which is assumed to be remote, the pvsc creates an ssh tunnel inside the xterm and calls the launch scri

Re: [Paraview] server configuration with two factor authentication?

2015-03-19 Thread Burlen Loring
ing –server-port in the launch script? *From:*David E DeMarle [mailto:dave.dema...@kitware.com] *Sent:* Thursday, March 19, 2015 1:28 PM *To:* Burlen Loring *Cc:* Vanmoer, Mark W; paraview@paraview.org *Subject:* Re: [Paraview] server configuration with two factor authentication? I liked this bit too as

Re: [Paraview] server configuration with two factor authentication?

2015-03-19 Thread Vanmoer, Mark W
either of you setting –server-port in the launch script? From: David E DeMarle [mailto:dave.dema...@kitware.com] Sent: Thursday, March 19, 2015 1:28 PM To: Burlen Loring Cc: Vanmoer, Mark W; paraview@paraview.org Subject: Re: [Paraview] server configuration with two factor authentication? I

Re: [Paraview] server configuration with two factor authentication?

2015-03-19 Thread David E DeMarle
I liked this bit too as the windows version 'xterm -e ssh &'. > so that's the secret to paths with spaces! nice, thanks for sharing that! > > On 03/19/2015 09:22 AM, David E DeMarle wrote: > > Howdy Mark, > > Adding to what Burlen said. > > You can grab pvsc examples for ORNL, ANL and NER

Re: [Paraview] server configuration with two factor authentication?

2015-03-19 Thread Burlen Loring
""C:\Program Files (x86)\PuTTY\plink.exe"" so that's the secret to paths with spaces! nice, thanks for sharing that! On 03/19/2015 09:22 AM, David E DeMarle wrote: Howdy Mark, Adding to what Burlen said. You can grab pvsc examples for ORNL, ANL and NERSC via paraview->File->Connect… Fetch ser

Re: [Paraview] server configuration with two factor authentication?

2015-03-19 Thread David E DeMarle
Howdy Mark, Adding to what Burlen said. You can grab pvsc examples for ORNL, ANL and NERSC via paraview->File->Connect… Fetch servers. //File->Conenct…FetchServers->Edit Sources replace with pvsc http://www.paraview.org/files/pvscWindows Kitware Inc. on windows. Mac requires XQuartz, windows requ

Re: [Paraview] server configuration with two factor authentication?

2015-03-19 Thread Burlen Loring
Hi Mark, This works without anything special if you launch in an xterm. We did this at NICS which requires both ssh authentication and rsa secure id token. Here is an example Burlen On 03/19/2015 06:50 AM, Vanm

[Paraview] server configuration with two factor authentication?

2015-03-19 Thread Vanmoer, Mark W
Hi, is there a way to set up the server XML so that it works with two factor authentication, as in a token generator? This is for the Blue Waters machine at NCSA. What I mean is, something like how VisIt acts, which when doing the connection will prompt for the password and token. In the past,