Skip to content

Commit

Permalink
ssh/test/session_test.go: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samiponkanen committed May 17, 2024
1 parent 3668634 commit f88329d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh/test/session_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ func TestClientAuthAlgorithms(t *testing.T) {

func TestClientAuthDisconnect(t *testing.T) {
// Use a static key that is not accepted by server.
// This key has been generated with ollowing ssh-keygen command and
// This key has been generated with following ssh-keygen command and
// used exclusively in this unit test:
// $ ssh-keygen -t RSA -b 2048 -f /tmp/static_key \
// -C "Static RSA key for golang.org/x/crypto/ssh unit test"
Expand Down

0 comments on commit f88329d

Please sign in to comment.