rice/lab/scripts/connect.sh

12 lines
157 B
Bash
Raw Normal View History

2024-02-12 01:11:45 +00:00
#!/bin/sh
set -x
set -e
keyfile=ssh/keys/local-net/motheradmin
ssh -i $keyfile \
-o UserKnownHostsFile=ssh/hosts \
-D 9999 \
motheradmin@192.168.1.100