4 lines
162 B
Bash
Executable File
4 lines
162 B
Bash
Executable File
#! /usr/bin/env bash
|
|
set -e
|
|
|
|
docker run -v ~/.ssh:/root/.ssh:ro --rm -it $(docker build --load -q - < ~/.config/ewconfig/containers/legacy-ssh.dockerfile ) ssh $@ |