simoncor.net/public/post/index.xml

35 lines
2.2 KiB
XML
Raw Normal View History

2020-08-12 12:20:38 +02:00
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Posts on /usr/home/simon/</title>
<link>https://simoncor.net/post/</link>
<description>Recent content in Posts on /usr/home/simon/</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
2020-10-20 13:36:04 +02:00
<lastBuildDate>Tue, 20 Oct 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://simoncor.net/post/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>FreeBSD - Jail - Secure Jumphost</title>
<link>https://simoncor.net/post/freebsd_jail_jumphost/</link>
<pubDate>Tue, 20 Oct 2020 00:00:00 +0000</pubDate>
<guid>https://simoncor.net/post/freebsd_jail_jumphost/</guid>
<description>The goal is to create a limited jail using rbash and securing it so it can only accept secure SSH sessions. It should only be used as an SSH jumphost to connect further. It should therefor not be possible to create, use or install other code in this limited environment.
FreeBSD jail Create a jail and connect to the console.
ezjail-admin create bastion &amp;#39;bridge0|10.0.0.10&amp;#39; ezjail-admin console bastion Install bash.
pkg install bash OpenSSH-Portable Install openssh-portable.</description>
</item>
2020-08-12 12:20:38 +02:00
<item>
<title>Rundeck 3.3.1 - MySQL connection</title>
<link>https://simoncor.net/post/rundeck_331_mysql/</link>
<pubDate>Wed, 12 Aug 2020 00:00:00 +0000</pubDate>
<guid>https://simoncor.net/post/rundeck_331_mysql/</guid>
<description>Rundeck 3.3.1 updated its &amp;lsquo;mysql-connector-java&amp;rsquo; dependancy to version 8.0.21 which renamed the com.mysql.jdbc.Driver classname to com.mysql.cj.jdbc.Driver.
Reconfigure Rundeck accordingly:
2020-08-12 18:17:46 +02:00
/etc/rundeck/rundeck-config.properties ... - dataSource.url = jdbc:mysql://localhost/rundeck?autoReconnect=true&amp;amp;useSSL=false + dataSource.url = jdbc:mysql://localhost/rundeck?serverTimezone=Europe/Amsterdam ... - dataSource.driverClassName = com.mysql.jdbc.Driver + dataSource.driverClassName = com.mysql.cj.jdbc.Driver + dataSource.properties.autoReconnect = true + dataSource.properties.useSSL = false ... </description>
2020-08-12 12:20:38 +02:00
</item>
</channel>
2020-10-20 13:36:04 +02:00
</rss>