Skip to content

Instantly share code, notes, and snippets.

@agrif
Created November 27, 2011 01:57
Show Gist options
  • Save agrif/1396790 to your computer and use it in GitHub Desktop.
Save agrif/1396790 to your computer and use it in GitHub Desktop.
agrif@anduril:~$ ssh flexy env
SHELL=/bin/sh
SSH_CLIENT=192.168.1.130 58557 22
USER=mobile
MAIL=/var/mail/mobile
PATH=/usr/bin:/bin:/usr/sbin:/sbin
PWD=/private/var/mobile
SHLVL=1
HOME=/var/mobile
LOGNAME=mobile
SSH_CONNECTION=192.168.1.130 58557 192.168.1.132 22
_=/usr/bin/env
agrif@anduril:~$ ssh flexy cat .bashrc
export TESTVAR=9
agrif@anduril:~$ ssh flexy cat .profile
alias ls='ls --color'
export DEBEMAIL="[email protected]"
export DEBFULLNAME="Aaron Griffith"
#export CPATH=/var/include
agrif@anduril:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment