Skip to content

Commit 74f62fb

Browse files
committed
Update docs
1 parent faca0ca commit 74f62fb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

async-ssh2-lite/tests/run_integration_tests.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,18 @@ export SSH_PASSWORD="password"
2424

2525
${run} ${version} ${listen_port} "cd ${script_path_root}..; cargo test -p async-ssh2-lite --features _integration_tests,async-io,tokio -- --nocapture"
2626
${run} ${version} ${listen_port} "cd ${script_path_root}..; cargo test -p async-ssh2-lite --features _integration_tests,_integration_tests_tokio_ext,async-io,tokio -- --nocapture"
27+
28+
################################################
29+
#
30+
# Manual
31+
#
32+
# In server
33+
# $ sudo vim /etc/ssh/sshd_config
34+
# PubkeyAcceptedAlgorithms +ssh-dss,ssh-rsa
35+
#
36+
# $ sudo systemctl restart sshd
37+
#
38+
# In local
39+
# $ SSH_SERVER_HOST=1.1.1.1 SSH_SERVER_PORT=22 SSH_USERNAME=root SSH_PASSWORD=xxxxxx SSH_PRIVATEKEY_PATH=~/.ssh/id_rsa cargo test -p async-ssh2-lite --features _integration_tests,_integration_tests_tokio_ext,async-io,tokio -- --nocapture
40+
#
41+
################################################

0 commit comments

Comments
 (0)