docs: problem with an EC2 instance

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2022-07-29 20:54:56 +08:00
parent dce9d565de
commit ed1f3fc7c1

View File

@ -398,6 +398,25 @@ Now you can adjust you config:
ls -al
```
## FAQ
### Login with an EC2 instance
See the [solution](https://github.com/appleboy/ssh-action/issues/80#issuecomment-1130407377). Open the following file
```sh
/etc/ssh/sshd_config
```
and add the following configuration
```sh
PubkeyAuthentication yes
PubkeyAcceptedKeyTypes=+ssh-rsa
```
restart the ssh server finally.
## Contributing
We would love for you to contribute to `appleboy/ssh-action`, pull requests are welcome!