[SAC] [OSGeo] #2517: Unable to ssh into wiki-dev on osgeo4

#2517: Unable to ssh into wiki-dev on osgeo4
---------------------------+-----------------------
Reporter: robe | Owner: sac@…
     Type: task | Status: new
Priority: normal | Milestone: Unplanned
Component: Systems Admin | Keywords:
---------------------------+-----------------------
Mark A. Hershberger just complained about this. I confirmed this to be an
issue.

--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2517&gt;
OSGeo <https://osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.

#2517: Unable to ssh into wiki-dev on osgeo4
---------------------------+------------------------
Reporter: robe | Owner: sac@…
     Type: task | Status: closed
Priority: normal | Milestone: Unplanned
Component: Systems Admin | Resolution: fixed
Keywords: |
---------------------------+------------------------
Changes (by robe):

* status: new => closed
* resolution: => fixed

Comment:

The temporary cert on secure-dev had expired. I restored from last night
secure backup as follows.
Log into osgeo4 host

{{{
lxc rm secure-dev-previous
#logged in and shut it down then moved to old
lxc mv secure-dev secure-dev-previous
lxc mv secure-backup secure-dev
#secure-dev we don't need accessible from any other hosts aside from
osgeo4 since its for use with dev containers testing.
lxc config device remove secure-dev proxyportldap
lxc config device remove secure-dev proxyportldaps
lxc network attach lxdbr0 secure-dev eth0 eth0
lxc config device set secure-dev eth0 ipv4.address 10.222.69.85
lxc start secure-dev
}}}

--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2517#comment:1&gt;
OSGeo <https://osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.