1

Add wrapper script for legacy-ssh

This commit is contained in:
Evan Pratten 2024-04-15 09:59:24 -04:00
parent 6431eaf54c
commit 531c761ab9

4
scripts/legacy-ssh Executable file
View File

@ -0,0 +1,4 @@
#! /bin/bash
set -e
docker run -v ~/.ssh:/root/.ssh:ro --rm -it $(docker build --load -q - < ~/.config/ewconfig/containers/legacy-ssh.dockerfile ) ssh $@