ssh config, gpaw module fixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
local name = myModuleName()
|
||||
local version = myModuleVersion()
|
||||
local version = "trossi"
|
||||
local platform = "linux-x86_64-ubuntu-3.6"
|
||||
local home = os.getenv("HOME")
|
||||
local gpaw_root = pathJoin(home, "git", version .. "-gpaw")
|
||||
|
||||
@@ -64,3 +64,8 @@ Host tegner
|
||||
GSSAPIKeyExchange yes
|
||||
GSSAPIDelegateCredentials yes
|
||||
PreferredAuthentications gssapi-keyex,gssapi-with-mic
|
||||
|
||||
Host *
|
||||
ForwardAgent no
|
||||
ForwardX11 no
|
||||
ForwardX11Trusted no
|
||||
|
||||
Reference in New Issue
Block a user