34 lines
2.2 KiB
XML
34 lines
2.2 KiB
XML
<?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>
|
|
<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.
|
|
All commands are executed as root inside the jail, unless specified otherwise.
|
|
FreeBSD jail Create a jail and connect to the console.</description>
|
|
</item>
|
|
|
|
<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 &lsquo;mysql-connector-java&rsquo; dependancy to version 8.0.21 which renamed the com.mysql.jdbc.Driver classname to com.mysql.cj.jdbc.Driver.
|
|
Reconfigure Rundeck accordingly:
|
|
/etc/rundeck/rundeck-config.properties ... - dataSource.url = jdbc:mysql://localhost/rundeck?autoReconnect=true&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>
|
|
</item>
|
|
|
|
</channel>
|
|
</rss>
|