Changes between Version 2 and Version 3 of aci
- Timestamp:
- 07/18/17 10:39:10 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
aci
v2 v3 8 8 {{{ 9 9 #!sh 10 Host gp greenplanet gplogin1.ps.uci.edu gplogin2.ps.uci.edu 11 HostName gplogin1.ps.uci.edu 12 User YOURGREENPLANETUSERNAME 13 HostKeyAlias gplogin1.ps.uci.edu 10 Host aci aci-b.aci.ics.psu.edu 11 HostName aci-b.aci.ics.psu.edu 12 User eps5217 14 13 HostbasedAuthentication no 15 14 }}} 16 and replace ` YOURGREENPLANETUSERNAME` by your greenplanet username.15 and replace `eps5217` by your greenplanet username. 17 16 18 17 Once this is done, you can ssh green planet by simply doing: … … 20 19 {{{ 21 20 #!sh 22 ssh gp21 ssh aci 23 22 }}} 24 23