Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
271445f
read version info when establishing a new connection
cloudsftp Jan 24, 2026
2f65690
attempt to send public key for auth
cloudsftp Jan 24, 2026
df64c98
switch to serde_json
cloudsftp Jan 24, 2026
1f2ee49
check whether public key is authorized
cloudsftp Jan 24, 2026
6978fd5
fix copied error contexts
cloudsftp Jan 24, 2026
ad240b8
update readme title
cloudsftp Jan 24, 2026
48ff579
split shields
cloudsftp Jan 24, 2026
2c5615c
read all private keys in the default SSH directory
cloudsftp Jan 25, 2026
549fe5f
send public keys to server and get back index
cloudsftp Jan 25, 2026
2fe47ba
sign a message to complete auth
cloudsftp Jan 25, 2026
31bc0a3
WIP send all public keys with signatures
cloudsftp Jan 25, 2026
83da923
only check signatures, dont compare public keys
cloudsftp Jan 26, 2026
d201474
also receive token in struct instead of raw bytes
cloudsftp Jan 26, 2026
38914d7
switch to bson again
cloudsftp Jan 26, 2026
0b24749
send authorized key index wrapped in message
cloudsftp Jan 26, 2026
3a64142
only send the signatures
cloudsftp Jan 26, 2026
c6aef30
describe authorization in readme
cloudsftp Jan 26, 2026
b4bc713
clippy fix
cloudsftp Jan 26, 2026
670a501
utilize send and receive raw functions
cloudsftp Jan 26, 2026
d158c0c
use OS for seeding random auth token
cloudsftp Jan 27, 2026
4e703e5
add link to documentation for SSH key setup
cloudsftp Jan 27, 2026
7523e47
warn when impossible to read private key
cloudsftp Jan 27, 2026
b3ec499
error when no private keys found
cloudsftp Jan 27, 2026
b1179af
rename and clippy fix
cloudsftp Jan 27, 2026
861e099
clean up clippy warnings
cloudsftp Jan 27, 2026
77bc59e
check clippy in pipeline
cloudsftp Jan 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

review-client
review-server.arm.static

review.log
Loading