mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2024-11-22 10:09:37 +01:00
docs: problem with an EC2 instance
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
dce9d565de
commit
ed1f3fc7c1
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
@ -398,6 +398,25 @@ Now you can adjust you config:
|
||||||
ls -al
|
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
|
## Contributing
|
||||||
|
|
||||||
We would love for you to contribute to `appleboy/ssh-action`, pull requests are welcome!
|
We would love for you to contribute to `appleboy/ssh-action`, pull requests are welcome!
|
||||||
|
|
Loading…
Reference in a new issue