cs50 / lib50

This is lib50, CS50's own internal library used in many of its tools.
GNU General Public License v3.0
16 stars 15 forks source link

v3.0.1 #71

Closed Jelleas closed 3 years ago

Jelleas commented 3 years ago

Introduces authentication.py.

Support for SSH passphrases.

Docs!

And one breaking change, the prompt for push and connect now accepts a custom honesty prompt that can be set through the remote section in .cs50.yml.

rongxin-liu commented 3 years ago

Thank you!