Improve the prompt for "ssh-keygen sign" (#28509)
Close #28505, ref: * https://github.com/go-gitea/gitea/pull/20112#issuecomment-1165423026 * https://github.com/go-gitea/gitea/issues/28505#issuecomment-1860048116
This commit is contained in:
		
					parent
					
						
							
								69f2b698c5
							
						
					
				
			
			
				commit
				
					
						bf8b082c40
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -78,7 +78,7 @@
 | 
			
		|||
							<input readonly="" value="{{$.TokenToSign}}">
 | 
			
		||||
							<div class="help">
 | 
			
		||||
								<p>{{ctx.Locale.Tr "settings.ssh_token_help"}}</p>
 | 
			
		||||
								<p><code>{{printf "echo -n '%s' | ssh-keygen -Y sign -n gitea -f /path_to_your_privkey" $.TokenToSign}}</code></p>
 | 
			
		||||
								<p><code>{{printf "echo -n '%s' | ssh-keygen -Y sign -n gitea -f /path_to_PrivateKey_or_RelatedPublicKey" $.TokenToSign}}</code></p>
 | 
			
		||||
							</div>
 | 
			
		||||
							<br>
 | 
			
		||||
						</div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue