From 2cabd9cddff723120d38c6f9af023ed13956ff45 Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Thu, 6 Jun 2024 09:01:48 +0200
Subject: [PATCH] ssh bastion

---
 doc/erko_howto_tools.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/erko_howto_tools.txt b/doc/erko_howto_tools.txt
index 3c806df735..f285453ff8 100755
--- a/doc/erko_howto_tools.txt
+++ b/doc/erko_howto_tools.txt
@@ -1069,6 +1069,9 @@ alias mystep='step ssh login example@email.com --provisioner "keycloak"'
 
 Whereupon you'll be good for another twelve hours. The above command is a great candidate for a shell alias.
 
+# 6 june 2024
+:kooistra@dop466:/dop466_0/kooistra$ ssh bastion.astron.nl -D localhost:12000 -N -f
+kooistra@bastion.astron.nl: Permission denied (publickey).
 
 *******************************************************************************
 * Regression test
-- 
GitLab