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
					
				
							
								
								
									
										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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Bo-Yi Wu
						Bo-Yi Wu