create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| import java.lang.reflect.Field; | |
| import java.util.Date; | |
| public final class Tuples { | |
| public static void main(String[] args) { | |
| Tuple3<Integer, String, Date> tpl = Tuples.get(1, "a", new Date()); | |
| System.out.println(tpl._1); | |
| System.out.println(tpl); | |
| } |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"