Created
April 29, 2019 09:44
-
-
Save jammi/610b09011fc0076462b3535ea0cc38fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ docker-compose up | |
| /usr/local/Cellar/docker-compose/1.24.0/libexec/lib/python3.7/site-packages/paramiko/ecdsakey.py:164: CryptographyDeprecationWarning: Support for unsafe construction of public numbers from encoded data will be removed in a future version. Please use EllipticCurvePublicKey.from_encoded_point | |
| self.ecdsa_curve.curve_class(), pointinfo | |
| Connected (version 2.0, client OpenSSH_7.9p1) | |
| /usr/local/Cellar/docker-compose/1.24.0/libexec/lib/python3.7/site-packages/paramiko/kex_ecdh_nist.py:39: CryptographyDeprecationWarning: encode_point has been deprecated on EllipticCurvePublicNumbers and will be removed in a future version. Please use EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed point encoding. | |
| m.add_string(self.Q_C.public_numbers().encode_point()) | |
| /usr/local/Cellar/docker-compose/1.24.0/libexec/lib/python3.7/site-packages/paramiko/kex_ecdh_nist.py:96: CryptographyDeprecationWarning: Support for unsafe construction of public numbers from encoded data will be removed in a future version. Please use EllipticCurvePublicKey.from_encoded_point | |
| self.curve, Q_S_bytes | |
| /usr/local/Cellar/docker-compose/1.24.0/libexec/lib/python3.7/site-packages/paramiko/kex_ecdh_nist.py:111: CryptographyDeprecationWarning: encode_point has been deprecated on EllipticCurvePublicNumbers and will be removed in a future version. Please use EllipticCurvePublicKey.public_bytes to obtain both compressed and uncompressed point encoding. | |
| hm.add_string(self.Q_C.public_numbers().encode_point()) | |
| Authentication (publickey) successful! | |
| <<<TOOK SEVERAL MINUTES HERE>>> | |
| Creating network "work-assignment_default" with the default driver | |
| <<<TAKEN LIKE 10 MINUTES HERE, SERVER'S SITTING IDLE>>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment