mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-12 03:00:26 +09:00
Fix various spelling issues reported by codespell
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
(cherry picked from commit 97c9ac2f58)
This commit is contained in:
committed by
Andreas Schneider
parent
e3d0f60281
commit
bff436695b
@@ -7,7 +7,7 @@ echo "Cipher : $CIPHER ; Destination : $DEST (`ssh $DEST uname -a`)"
|
||||
echo "Local ssh version: `ssh -V 2>&1`"
|
||||
echo "Ping latency to $DEST":
|
||||
ping -q -c 1 -n $DEST
|
||||
echo "Destination $DEST SSHD vesion : `echo | nc $DEST 22 | head -n1`"
|
||||
echo "Destination $DEST SSHD version : `echo | nc $DEST 22 | head -n1`"
|
||||
echo "ssh login latency :`(time -f user:%U ssh $DEST 'id > /dev/null') 2>&1`"
|
||||
./generate.py | dd bs=4096 count=100000 | time ssh -c $CIPHER $DEST "dd bs=4096 of=/dev/null" 2>&1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user