Difference between revisions of "Match (OpenSSH)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(4 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
Use [[!]] to negate:<ref>http://www.openssh.com/txt/release-5.1</ref>
 
Use [[!]] to negate:<ref>http://www.openssh.com/txt/release-5.1</ref>
 
  Match group staff,!guests
 
  Match group staff,!guests
 +
 +
Match User bob,joe,phil
 +
 +
[[Match User]] <username>
 +
  [[PasswordAuthentication]] yes
  
  
 
== Related terms ==
 
== Related terms ==
 
* [[Sftp configuration]]
 
* [[Sftp configuration]]
* <code>[[ssh -t]]</code>
+
* <code>[[sshd -t]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{sshd_config}}
 
* {{OpenSSH}}
 
* {{OpenSSH}}
  
  
 
[[Category:Security]]
 
[[Category:Security]]

Latest revision as of 18:34, 7 September 2023

Match directive in sshd_config file in OpenSSH The available criteria are User, Group, Host, LocalAddress, LocalPort, RDomain, and Address (with RDomain representing the rdomain(4) on which the connection was received). See also: ChrootDirectory, Sftp configuration

Use ! to negate:[1]

Match group staff,!guests
Match User bob,joe,phil
Match User <username>
  PasswordAuthentication yes


Related terms[edit]

See also[edit]

  • http://www.openssh.com/txt/release-5.1
  • Advertising: