kebler.net
762b1c3709
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
5 lines
No EOL
172 B
Text
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 |