mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-17 01:45:04 +01:00
the clueless rename
This commit is contained in:
parent
ea28daca0c
commit
9ce60280b1
46 changed files with 264 additions and 262 deletions
18
bin/cluelessh-faked/smoke-test.sh
Executable file
18
bin/cluelessh-faked/smoke-test.sh
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euxo pipefail
|
||||
|
||||
pkill cluelessh-faked || true
|
||||
|
||||
cargo build -p cluelessh-faked
|
||||
|
||||
cargo run -p cluelessh-faked &
|
||||
|
||||
sleep 1
|
||||
|
||||
ssh -p 2222 localhost true
|
||||
ssh -p 2222 -oCiphers=aes256-gcm@openssh.com \
|
||||
-oHostKeyAlgorithms=ecdsa-sha2-nistp256 \
|
||||
-oKexAlgorithms=ecdh-sha2-nistp256 127.0.0.1 true
|
||||
|
||||
pkill cluelessh-faked
|
||||
Loading…
Add table
Add a link
Reference in a new issue