com.cloudbees.api
Class CBSshKey

java.lang.Object
  extended by com.cloudbees.api.CBSshKey

public class CBSshKey
extends Object

SSH public key.

Author:
Kohsuke Kawaguchi
See Also:
CBUser.ssh_keys

Field Summary
 String content
          A single line format of the public key.
 String fingerprint
          Public key fingerprint like "11:22:33:...:dd:ee:ff"
 String name
          Human-readable name that identifies this key among other keys.
 
Constructor Summary
CBSshKey()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

public String content
A single line format of the public key. The same format as in ~/.ssh/authorized_keys (except the third token), such as "ssh-rsa AAAAB3123456....ffbb"


name

public String name
Human-readable name that identifies this key among other keys.

The third token in ~/.ssh/authorized_keys


fingerprint

public String fingerprint
Public key fingerprint like "11:22:33:...:dd:ee:ff"

Constructor Detail

CBSshKey

public CBSshKey()


Copyright © 2011-2013. All Rights Reserved.