Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | ssh: Bercut key no longer authorized | Egor Tensin | 2020-09-30 | |
| | ||||
* | .profile: fix spawn_ssh_agent | Egor Tensin | 2020-05-18 | |
| | | | | | | | | | | | | I recently had to deal with a system that doesn't have systemd (Alpine), and it used this "deprecated" way of launching ssh-agent. It didn't work with agent forwarding though: the local agent would be launched regardless, somehow overriding the forwarded agent. This is fixed by testing if SSH_AUTH_SOCK (instead of SSH_AGENT_PID) is defined, and it is defined for agent-forwarded ssh sessions. It remains to be seen how this interacts with systems that use the systemd unit to launch ssh-agent. | |||
* | .profile: setup chruby | Egor Tensin | 2020-05-04 | |
| | ||||
* | .vimrc: new line without insert mode | Egor Tensin | 2020-05-04 | |
| | ||||
* | .ssh/config: ExitOnForwardFailure yes | Egor Tensin | 2020-03-18 | |
| | ||||
* | .ssh: prettify config | Egor Tensin | 2020-03-17 | |
| | ||||
* | .ssh: update config | Egor Tensin | 2020-03-06 | |
| | ||||
* | .ssh: authorize Egor.Tensin@TENSIN-NOTE | Egor Tensin | 2020-02-25 | |
| | ||||
* | .ssh: authorize the key on my phone | Egor Tensin | 2020-02-24 | |
| | ||||
* | .ssh: switch to ed25519 | Egor Tensin | 2020-02-23 | |
| | ||||
* | .ssh: new VPN instance | Egor Tensin | 2020-02-20 | |
| | ||||
* | .stack: 2017 -> 2020 | Egor Tensin | 2020-02-20 | |
| | ||||
* | Sublime Text 3: lint the config | Egor Tensin | 2020-02-20 | |
| | ||||
* | .ssh/config: add tensin-ext | Egor Tensin | 2020-02-19 | |
| | ||||
* | .ssh: add authorized_keys | Egor Tensin | 2020-02-19 | |
| | ||||
* | .ssh/config: tensin.vpn + /dev/null instead of known_hosts | Egor Tensin | 2020-02-19 | |
| | ||||
* | .ssh/config: git@ by default | Egor Tensin | 2020-02-18 | |
| | ||||
* | .profile: add Rust binaries to PATH | Egor Tensin | 2020-02-16 | |
| | ||||
* | add StackOverflow link to .bash_profile | Egor Tensin | 2020-02-16 | |
| | ||||
* | .ssh/config: add bitbucket.org/github.com alternatives | Egor Tensin | 2020-02-10 | |
| | ||||
* | Sublime Text 3: larger font, more rulers | Egor Tensin | 2020-01-31 | |
| | ||||
* | no more git-* in .local/bin | Egor Tensin | 2020-01-24 | |
| | | | | Good riddance. | |||
* | .gitconfig: no more external scripts | Egor Tensin | 2020-01-24 | |
| | ||||
* | .bashrc_work -> .bashrc_local | Egor Tensin | 2020-01-23 | |
| | ||||
* | .gitconfig_work -> .gitconfig_local | Egor Tensin | 2020-01-23 | |
| | ||||
* | .ssh/config: add more comments | Egor Tensin | 2020-01-23 | |
| | | | | Also, rename config_work to config_local. | |||
* | .gitconfig: get rid of platform-specific core.editor | Egor Tensin | 2020-01-22 | |
| | | | | Plus, many more comments. | |||
* | .ssh/config: Include ~/.ssh/config_work | Egor Tensin | 2020-01-20 | |
| | ||||
* | .bashrc: add screen -d -m alias | Egor Tensin | 2019-08-20 | |
| | ||||
* | .gitconfig: push.followTags = true | Egor Tensin | 2019-08-16 | |
| | ||||
* | update config-links usage | Egor Tensin | 2019-08-13 | |
| | ||||
* | .ssh/config: NoHostAuthenticationForLocalhost yes | Egor Tensin | 2019-08-11 | |
| | ||||
* | add str_iconv* | Egor Tensin | 2019-03-12 | |
| | ||||
* | less: suppress line numbers | Egor Tensin | 2019-01-29 | |
| | ||||
* | cxx.sh: add runc_gdb & runc_lldb | Egor Tensin | 2019-01-25 | |
| | ||||
* | cxx.sh: add apport_gdb | Egor Tensin | 2019-01-22 | |
| | ||||
* | git-fixup: add copyright notice | Egor Tensin | 2018-10-17 | |
| | ||||
* | .ssh/config: enable keep-alive messages | Egor Tensin | 2018-10-16 | |
| | ||||
* | .bashrc: fix ssh inside screen | Egor Tensin | 2018-10-16 | |
| | ||||
* | add str_grep, str_grep_word | Egor Tensin | 2018-08-01 | |
| | ||||
* | .bashrc: fix ssh inside screen | Egor Tensin | 2018-08-01 | |
| | ||||
* | sums_add_distr: include *.7z | Egor Tensin | 2018-07-14 | |
| | ||||
* | add update-alternatives shortcuts | Egor Tensin | 2018-07-14 | |
| | ||||
* | top: sort by CPU usage | Egor Tensin | 2018-07-02 | |
| | ||||
* | gpg.conf: --force-mdc | Egor Tensin | 2018-06-27 | |
| | ||||
* | .screenrc: startup_message off | Egor Tensin | 2018-06-19 | |
| | ||||
* | .bashrc: export HISTCONTROL=ignoredups | Egor Tensin | 2018-06-18 | |
| | ||||
* | .bashrc: re-introduce the ssh-copy-id alias | Egor Tensin | 2018-06-15 | |
| | | | | Now I can remember what it was for. | |||
* | os.sh: support Arch Linux ARM | Egor Tensin | 2018-06-09 | |
| | ||||
* | .bashrc: remove ssh-copy-id alias | Egor Tensin | 2018-06-09 | |
| | | | | Can't remember why it's important anyway. |