summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-01-04 23:31:51 +0100
committerLennart Poettering <lennart@poettering.net>2024-01-11 16:05:20 +0100
commit0abd510f7f628d0369f0814b671302e93c62b161 (patch)
tree5634a8ec751cde1f6edc87a5df55f3dc245d2c4f /meson_options.txt
parentssh-generator: add simple new generator (diff)
downloadsystemd-0abd510f7f628d0369f0814b671302e93c62b161.tar.xz
systemd-0abd510f7f628d0369f0814b671302e93c62b161.zip
ssh-proxy: add ssh ProxyCommand tool that can connect to AF_UNIX + AF_VSOCK sockets
This adds a tiny binary that is hooked into SSH client config via ProxyCommand and which simply connects to an AF_UNIX or AF_VSOCK socket of choice. The syntax is as simple as this: ssh unix/some/path # (this connects to AF_UNIX socket /some/path) or: ssh vsock/4711 I used "/" as separator of the protocol ID and the value since ":" is already taken by SSH itself when doing sftp. And "@" is already taken for separating the user name.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c677c7f420..b74f949189 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -211,6 +211,8 @@ option('pamlibdir', type : 'string',
description : 'directory for PAM modules')
option('pamconfdir', type : 'string',
description : 'directory for PAM configuration ["no" disables]')
+option('sshconfdir', type : 'string',
+ description : 'directory for SSH client configuration ["no" disables]')
option('sshdconfdir', type : 'string',
description : 'directory for SSH server configuration ["no" disables]')
option('libcryptsetup-plugins-dir', type : 'string',