source: gs3-extensions/vm-manager/trunk/src/ssh-login-vm.sh@ 38640

Last change on this file since 38640 was 38640, checked in by davidb, 5 months ago

Initial set of CLI scripts, originally developed within selfcontained-gcloud extension

  • Property svn:executable set to *
File size: 254 bytes
Line 
1#!/bin/bash
2
3. ./_local_config.bash
4
5#ssh -i atea-storage--bluff [email protected]
6
7# ssh -i $gsvm_project--$gsvm_subproj [email protected]
8
9ssh -i $gsvm_project--$gsvm_subproj $GSVM_USER@$GSVM_FQDN
Note: See TracBrowser for help on using the repository browser.