sr320 / course-fish546-2021

1 stars 1 forks source link

Ostrich Egg Password Problems #34

Closed aspencoyle closed 3 years ago

aspencoyle commented 3 years ago

Having some issues with the Creating an Ostrich Egg quiz. When trying to access with ssh -v afcoyle@ostrich.fish.washington.edu I get the following output:

OpenSSH_8.2p1 Ubuntu-4ubuntu0.1, OpenSSL 1.1.1f  31 Mar 2020
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files
debug1: /etc/ssh/ssh_config line 21: Applying options for *
debug1: Connecting to ostrich.fish.washington.edu [128.95.149.38] port 22.
debug1: Connection established.
debug1: identity file /home/afcoyle/.ssh/id_rsa type -1
debug1: identity file /home/afcoyle/.ssh/id_rsa-cert type -1
debug1: identity file /home/afcoyle/.ssh/id_dsa type -1
debug1: identity file /home/afcoyle/.ssh/id_dsa-cert type -1
debug1: identity file /home/afcoyle/.ssh/id_ecdsa type -1
debug1: identity file /home/afcoyle/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/afcoyle/.ssh/id_ecdsa_sk type -1
debug1: identity file /home/afcoyle/.ssh/id_ecdsa_sk-cert type -1
debug1: identity file /home/afcoyle/.ssh/id_ed25519 type -1
debug1: identity file /home/afcoyle/.ssh/id_ed25519-cert type -1
debug1: identity file /home/afcoyle/.ssh/id_ed25519_sk type -1
debug1: identity file /home/afcoyle/.ssh/id_ed25519_sk-cert type -1
debug1: identity file /home/afcoyle/.ssh/id_xmss type -1
debug1: identity file /home/afcoyle/.ssh/id_xmss-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.1
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.9
debug1: match: OpenSSH_6.9 pat OpenSSH* compat 0x04000000
debug1: Authenticating to ostrich.fish.washington.edu:22 as 'afcoyle'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: curve25519-sha256@libssh.org
debug1: kex: host key algorithm: ecdsa-sha2-nistp256
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ecdsa-sha2-nistp256 SHA256:p3qoQ4GA+B9bSU10bxDiHMYET6ccdKMPG2Qg0LnAqto
debug1: Host 'ostrich.fish.washington.edu' is known and matches the ECDSA host key.
debug1: Found key in /home/afcoyle/.ssh/known_hosts:1
debug1: rekey out after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey in after 134217728 blocks
debug1: Will attempt key: /home/afcoyle/.ssh/id_rsa
debug1: Will attempt key: /home/afcoyle/.ssh/id_dsa
debug1: Will attempt key: /home/afcoyle/.ssh/id_ecdsa
debug1: Will attempt key: /home/afcoyle/.ssh/id_ecdsa_sk
debug1: Will attempt key: /home/afcoyle/.ssh/id_ed25519
debug1: Will attempt key: /home/afcoyle/.ssh/id_ed25519_sk
debug1: Will attempt key: /home/afcoyle/.ssh/id_xmss
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Trying private key: /home/afcoyle/.ssh/id_rsa
debug1: Trying private key: /home/afcoyle/.ssh/id_dsa
debug1: Trying private key: /home/afcoyle/.ssh/id_ecdsa
debug1: Trying private key: /home/afcoyle/.ssh/id_ecdsa_sk
debug1: Trying private key: /home/afcoyle/.ssh/id_ed25519
debug1: Trying private key: /home/afcoyle/.ssh/id_ed25519_sk
debug1: Trying private key: /home/afcoyle/.ssh/id_xmss
debug1: Next authentication method: keyboard-interactive
Password:

I tried to input several variations of the password that was sent, but get Permission denied (publickey,keyboard-interactive). each time after the third attempt. Am I doing something wrong, and if so, any hints as to what?

Secondary question: Did we switch all issues over to discussion posts, or do we continue posting issues for problems we have with the quiz? Essentially, should I remove and re-post in Discussions?

kubu4 commented 3 years ago

I looked at Ostrich and your username is not listed. Try this username instead:

fish546

Report back when you are able.

kubu4 commented 3 years ago

your username is not listed.

I should clarify that there aren't any usernames for individual students, which is what leads me to think you should use the username I listed above.

sr320 commented 3 years ago

Correct- that was username I sent out in canvas announcement today (along with password)

On Mon, Jan 25, 2021 at 8:51 PM kubu4 notifications@github.com wrote:

your username is not listed.

I should clarify that there aren't any usernames for individual students, which is what leads me to think you should use the username I listed above.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sr320/course-fish546-2021/issues/34#issuecomment-767294507, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABB4PN5GYH7B5VOHDH3PC33S3ZC3FANCNFSM4WS2N47Q .

--

Steven B. Roberts, Associate Professor

Associate Director - Graduate Program Coordinator

School of Aquatic and Fishery Sciences

University of Washington

Fisheries Teaching and Research (FTR) Building - Office 232

1140 NE Boat Street - Seattle, WA 98105

robertslab.info - sr320@uw.edu - @sr320

vm:206.866.5141 - cell:360.362.3626

sr320 commented 3 years ago

To further clarify- everyone in the class will be using same name and password.

aspencoyle commented 3 years ago

Ahh perfect, I thought there would be two different passwords! That worked just fine, thanks so much!