summaryrefslogtreecommitdiff
path: root/quickstart
diff options
context:
space:
mode:
authorhc <hc@email.ch>2024-10-15 12:14:59 +0800
committerhc <hc@email.ch>2024-10-15 12:14:59 +0800
commit9815e88e4efd8d3c9d9c6089a39a29f8106972cf (patch)
treeafbc2382ec7953a47c25c130117ef2ccb6042791 /quickstart
parent1b890a01b22ab845de378f918abbd642b22c8539 (diff)
update
Diffstat (limited to 'quickstart')
-rw-r--r--quickstart14
1 files changed, 0 insertions, 14 deletions
diff --git a/quickstart b/quickstart
deleted file mode 100644
index c158160..0000000
--- a/quickstart
+++ /dev/null
@@ -1,14 +0,0 @@
-# output privkey pointer from yubikey
-ssh-keygen -K
-
-ssh-agent bash -c 'ssh-add ~/work/git/keys/public/macm1-resident && ssh -A -p24 x@sg1.0nom.ch'
-
-ssh -i ~/work/git/keys/public/macm1-resident root@sg1.0nom.ch
-
-while true; do nc -l -p 5023 | openssl enc -d -aes-256-cbc -pbkdf2 -pass pass:YourPassword | pbcopy; done
-
-file=t4.cpp && gcc -x c++ -lstdc++ -std=c++17 ${file} -o ${file%.cpp} && ./${file%.cpp}
-
-
-# ssh forward agent to pubserver1 then to privserver1
-ssh-agent bash -c 'ssh-add ~/work/git/keys/public/macm1-resident && ssh -A -p24 x@sg1.0nom.ch -t "ssh -A fedora@192.168.124.45"'