Skip to content

Commit

Permalink
Update Protocol - SSL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakerhax committed Aug 20, 2019
1 parent 4e46233 commit 6cff64b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,6 +8,6 @@ View ssl certificate(Shows PEM file)

View ssl certificate(x509) information

```timeout 1 ssh -a -l ec2-user -v -o PubkeyAuthentication=no -o PasswordAuthentication=yes -o BatchMode=yes -o StrictHostKeyChecking=no <ip_address> 2>&1 | grep 'Authentications that can continue'```
```timeout 1 ssh -a -l ec2-user -v -o PubkeyAuthentication=no -o PasswordAuthentication=yes -o BatchMode=yes -o StrictHostKeyChecking=no <target> 2>&1 | grep 'Authentications that can continue'```

See supported authentication methods for SSH(Must have timeout installed(part of coreutils))

0 comments on commit 6cff64b

Please sign in to comment.