Log In | Get Help   
Home My Page Projects Code Snippets Project Openings BonFIRE VCOC Demonstration Kit
Summary Activity SCM Files Wiki
[bonfiredemokit] Annotation of /security/ssh/config
[bonfiredemokit] / security / ssh / config Repository:
ViewVC logotype

Annotation of /security/ssh/config

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (view) (download)

1 : agomez 4 #
2 :     #Substitute [login@] for your BonFIRE portal User.
3 :     #Example:
4 :     # BonFIRE user: demo
5 :     # [login@] must be demo@
6 :     #
7 :     # ProxyCommand ssh demo@ssh.fr-inria.bonfire-project.eu "nc %h %p"
8 :     #
9 :     #
10 :     #VMs at INRIA
11 :     Host 172.18.1.* 172.18.7.* 172.18.24*.* 172.18.25*.*
12 :     ProxyCommand ssh [login@]ssh.fr-inria.bonfire-project.eu "nc %h %p"
13 :     IdentityFile ~/.ssh/id_rsa
14 :     StrictHostKeyChecking no
15 :     HashKnownHosts no
16 :     User root
17 :    
18 :     #VMs at HLRS
19 :     Host 172.18.2.*
20 :     ProxyCommand ssh [login@]ssh.fr-inria.bonfire-project.eu "nc %h %p"
21 :     IdentityFile ~/.ssh/id_rsa
22 :     StrictHostKeyChecking no
23 :     HashKnownHosts no
24 :     User root
25 :    
26 :     #VMs at EPCC
27 :     Host 172.18.3.* 172.18.6.*
28 :     ProxyCommand ssh [login@]ssh.uk-epcc.bonfire-project.eu "nc %h %p"
29 :     IdentityFile ~/.ssh/id_rsa
30 :     StrictHostKeyChecking no
31 :     HashKnownHosts no
32 :     User root
33 :    
34 :     #Hosts at IBBT
35 :     Host 172.18.4.*
36 :     ProxyCommand ssh [login@]ssh.be-ibbt.bonfire-project.eu "nc %h %p"
37 :     IdentityFile ~/.ssh/id_rsa
38 :     StrictHostKeyChecking no
39 :     HashKnownHosts no
40 :     User root

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge