shell-network/ssh/session/interactive
kebler.net 762b1c3709 fix: disable host reachable check in sshfs
feat: add ssh_config_get function to allow getting configuration settings
feat: added list keys to sshpubkey
feat:  allow key removable from comment string (don't need access to public key)
fix:  ssh - key option does not append .pub
fix: remove ssh session file and add readme to recommend putting that in host repo
2022-05-02 10:40:07 -07:00

5 lines
No EOL
172 B
Text

if [[ $- == *i* ]]; then
# anything here will be executed, changing to a directory
# note anything to stdout here may make rsync and other network commands fail
#cd /opt
fi