CramBL / quick-file-transfer

Simple file transfer utility with the sole purpose of transferring files as quickly, safely, and painlessly as possible
https://crambl.github.io/quick-file-transfer/
MIT License
3 stars 1 forks source link

Reduce verbosity of SSH client at INFO verbosity #25

Closed CramBL closed 2 months ago

CramBL commented 2 months ago

It is too verbose, starts out like this (and more)

INFO start for version negotiation.
INFO client version: [SSH-2.0-SSH_RS-0.5.0]
INFO server version: [SSH-2.0-OpenSSH_9.3p1 Ubuntu-1ubuntu3.6]
INFO server key exchange: ["sntrup761x25519-sha512@openssh.com", "curve25519-sha256", "curve25519-sha256@libssh.org", "ecdh-sha2-nistp256", "ecdh-sha2-nistp384", "ecdh-sha2-nistp521", "diffie-hellman-group-exchange-sha256", "diffie-hellman-group16-sha512", "diffie-hellman-group18-sha512", "diffie-hellman-group14-sha256", "kex-strict-s-v00@openssh.com"]
INFO server public key: ["rsa-sha2-512", "rsa-sha2-256", "ecdsa-sha2-nistp256", "ssh-ed25519"]
INFO server c2s encryption: ["chacha20-poly1305@openssh.com", "aes128-ctr", "aes192-ctr", "aes256-ctr", "aes128-gcm@openssh.com", "aes256-gcm@openssh.com"]
INFO server s2c encryption: ["chacha20-poly1305@openssh.com", "aes128-ctr", "aes192-ctr", "aes256-ctr", "aes128-gcm@openssh.com", "aes256-gcm@openssh.com"]