As descripted in the title, I just want a ssh passphrase keeper to:
- Keep the passphrase that I typed in a duration, e.g. 10 mins.
- Keep the passphrase til I logout even the duration is not reached.
#!/bin/sh | |
# Reset pantheon-terminal window at specific size and/or position. | |
# | |
# Kim <kimw@users.noreply.github.com>, Wed Oct 5 06:15:46 UTC 2016 | |
# | |
# This script is published in GPLv3. | |
PATH=/bin:/usr/bin |
system started @2016-05-22T00:23:19,343559719-0400 | |
############################################################ | |
# | |
# default shell: bash | |
# | |
# login from console | |
.profile begin by -bash @2016-05-22T00:23:25,471714518-0400 | |
.bashrc begin by -bash @2016-05-22T00:23:25,475846161-0400 |
BoldAsFont=yes | |
Transparency=medium | |
CursorType=block | |
Font=Ubuntu Mono | |
FontHeight=12 | |
AllowBlinking=yes | |
Locale=en_US | |
Charset=UTF-8 | |
Rows=40 |
<?xml version="1.0"?> | |
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
<fontconfig> | |
<alias> | |
<family>monospace</family> | |
<prefer><family>PowerlineSymbols</family></prefer> | |
</alias> | |
<alias> | |
<family>Droid Sans Mono</family> |
#!/bin/sh | |
# | |
# shadowsocks - this script starts and stops the shadowsocks daemin | |
# | |
# Downloaded from: | |
# https://gist.github.com/kimw/4a119e12191ac6582109 | |
# | |
### BEGIN INIT INFO | |
# Provides: shadowsocks | |
# Required-Start: $remote_fs $network $named |