aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/subcommands/ssh.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/subcommands/ssh.bash b/lib/subcommands/ssh.bash
index 6c9a6be..3a781f3 100644
--- a/lib/subcommands/ssh.bash
+++ b/lib/subcommands/ssh.bash
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-# SPDX-FileCopyrightText: 2022 Patrick Spek <p.spek@tyil.nl>
+# SPDX-FileCopyrightText: 2023 Patrick Spek <p.spek@tyil.nl>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
@@ -20,7 +20,7 @@ subcommand()
local host
user="$(config_for "$node" "bashtard.ssh.user" "$USER")"
- host="$(config_for "$node" "bashtard.ssh.host" "$(config_for "$node" "vpn.ipv4")")"
+ host="$(config_for "$node" "bashtard.ssh.host")"
if [[ -z "$host" ]]
then