From e5340e73bd768cb5ff9344117b12ecadf24a81c9 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Wed, 27 May 2026 23:54:57 +0100 Subject: add SSH config for docker-compose --- dotfiles/.ssh/config | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dotfiles/.ssh/config (limited to 'dotfiles') diff --git a/dotfiles/.ssh/config b/dotfiles/.ssh/config new file mode 100644 index 0000000..0389339 --- /dev/null +++ b/dotfiles/.ssh/config @@ -0,0 +1,5 @@ +# Read more about SSH config files: https://linux.die.net/man/5/ssh_config +Host docker-compose + HostName docker-compose + User root + IdentityFile ~/.ssh/id_rsa \ No newline at end of file -- cgit v1.2.3