Package | Description |
---|---|
com.sshtools.publickey |
This package contains utility classes for loading/storing public/private keys
and is based on the SSHTools key format architecture.
|
Modifier and Type | Method and Description |
---|---|
void |
PublicKeySubsystem.add(SshPublicKey key,
String comment)
Add a public key to the users list of acceptable keys.
|
void |
PublicKeySubsystem.associateCommand(SshPublicKey key,
String command)
Associate a command with an accepted public key.
|
SshPublicKey[] |
PublicKeySubsystem.list()
List all of the users acceptable keys.
|
void |
PublicKeySubsystem.remove(SshPublicKey key)
Remove a public key from the users list of acceptable keys.
|
Copyright © 2024. All rights reserved.