create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| package main | |
| import ( | |
| "database/sql" | |
| "database/sql/driver" | |
| "errors" | |
| "fmt" | |
| _ "github.com/mattn/go-sqlite3" | |
| ) |
| #!/usr/bin/env zsh | |
| # in fino veritas | |
| # Borrowing shamelessly from these oh-my-zsh themes: | |
| # fino-time | |
| # pure | |
| # https://gist.github.com/smileart/3750104 | |
| # Set required options |
| package io.pressur | |
| import akka.actor.{ActorRef, Actor} | |
| import akka.pattern.ask | |
| import scala.concurrent.duration._ | |
| import scala.concurrent.Future | |
| import akka.pattern.after | |
| import akka.actor.Status._ | |
| case class AskWithTimeout[T](actor: ActorRef, message: T) |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"