Opened 4 years ago

Closed 4 years ago

#2517 closed task (fixed)

Unable to ssh into wiki-dev on osgeo4

Reported by: robe Owned by: sac@…
Priority: normal Milestone: Unplanned
Component: SysAdmin Keywords:
Cc:

Description

Mark A. Hershberger just complained about this. I confirmed this to be an issue.

Change History (1)

comment:1 by robe, 4 years ago

Resolution: fixed
Status: newclosed

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 
Note: See TracTickets for help on using tickets.