mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-16 17:35:04 +01:00
start client
This commit is contained in:
parent
c0f9687696
commit
ff06ea5c72
14 changed files with 598 additions and 105 deletions
16
fakesshd/smoke-test.sh
Executable file
16
fakesshd/smoke-test.sh
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euxo pipefail
|
||||
|
||||
cargo build -p fakesshd
|
||||
|
||||
cargo run -p fakesshd &
|
||||
|
||||
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 fakesshd
|
||||
Loading…
Add table
Add a link
Reference in a new issue