ssh
This commit is contained in:
parent
145188f648
commit
bcbdeb931d
1 changed files with 2 additions and 2 deletions
|
|
@ -135,11 +135,11 @@ in {
|
|||
identityFile = "/home/tao/.ssh/id_ed25519";
|
||||
};
|
||||
"griffin" = {
|
||||
hostname = "griffin";
|
||||
hostname = "griffin.cs.usfca.edu";
|
||||
user = "tltien";
|
||||
forwardAgent = true;
|
||||
identityFile = "/home/tao/.ssh/id_ed25519";
|
||||
proxyCommand = "ssh griffin.cs.usfca.edu";
|
||||
# proxyCommand = "ssh griffin.cs.usfca.edu";
|
||||
};
|
||||
"github" = {
|
||||
hostname = "github.com";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue