Skip to content

Latest commit

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Units

Ssh

Authorized Key Decoder

This is sample for scala.

import org.marugoshi.javaUtil.utilSsh._
val sampleKey: String = "ssh-rsa AAAAxxx...."
val decoder: AuthorizedKeysDecoder = new AuthorizedKeysDecoder()
val publicKey: PublicKey = decoder.decodePublicKey(sampleKey)

This is sample for build.scala.

resolvers ++= Seq(
"Marugoshi Java Util Repository" at "http://marugoshi.github.com/java-util/maven2"
),
libraryDependencies ++= Seq(
"org.marugoshi.java-util" % "util-ssh" % "1.0.0"
)

About

utility package for java

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages