[SAC] [OSGeo] #2459: new dedicated VM for demo.mapserver.org

OSGeo trac_osgeo at osgeo.org
Sun May 17 23:05:09 PDT 2020


#2459: new dedicated VM for demo.mapserver.org
---------------------------+---------------------------------------
 Reporter:  Jeff McKenna   |       Owner:  sac@…
     Type:  task           |      Status:  new
 Priority:  major          |   Milestone:  Sysadmin Contract 2020-I
Component:  Systems Admin  |  Resolution:
 Keywords:                 |
---------------------------+---------------------------------------

Comment (by robe):

 Hah I do have openssh windows installed.  Must have gotten dragged in by
 VS Studio or VS Studio Code.

 Seems ProxyCommand the way we have documented doesn't seem to work with
 all the set stuff, bummer.  I'll stick with mys2 thank you :)

 It just occurred to me you should be using mapserver for the host,
 The osgeo7-mapserver only works if you are using the hack that strips off
 osgeo7- from it whcih stupid windows ssh seems incapable of using.

 The real hostname is just mapserver.

 This worked for me with windows open ssh, off course using my id_rsa and
 name not yours :)

 Give the below a try
 {{{
 Host jump
     HostName     hop.osgeo7.osgeo.org
     Port         22
     User         jmkenna
     IdentityFile "C:\Users\JMckenna\.ssh\id_rsa.openssl-decrypt"

 Host mapserver
     HostName  mapserver
     ProxyCommand C:\Windows\System32\OpenSSH\ssh.exe  -W %h:%p jump
     IdentityFile "C:\Users\Jeff\.ssh\id_rsa.openssl-decrypt"
 }}}


 And then I you should be able to do

 {{{
 ssh jmckenna at mapserver
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2459#comment:26>
OSGeo <https://osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Sac mailing list