| | |
| | | import java.io.UnsupportedEncodingException; |
| | | import java.util.List; |
| | | |
| | | import com.gitblit.transport.ssh.PublicKeyAuthenticator; |
| | | import com.gitblit.transport.ssh.CachingPublicKeyAuthenticator; |
| | | import com.google.common.base.Charsets; |
| | | |
| | | /** |
| | |
| | | return sshKeys; |
| | | } |
| | | |
| | | protected PublicKeyAuthenticator authenticator; |
| | | public void setAuthenticator(PublicKeyAuthenticator authenticator) { |
| | | protected CachingPublicKeyAuthenticator authenticator; |
| | | public void setAuthenticator(CachingPublicKeyAuthenticator authenticator) { |
| | | this.authenticator = authenticator; |
| | | } |
| | | } |