diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-11-22 10:38:03 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-11-22 10:38:03 +0800 |
| commit | 72bab3749d94abf1884297cba4cc90f041dda91d (patch) | |
| tree | fe59403868a6e1589ef5ee7464f3a6329b5e4978 /alias | |
| parent | 92e1a6672138290299be4a3d157de3c6c12e10a2 (diff) | |
Update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -195,6 +195,7 @@ imap.fetch() { | |||
| 195 | # }}} | 195 | # }}} |
| 196 | # SSH {{{ | 196 | # SSH {{{ |
| 197 | alias ssh.config="$EDITOR ~/.ssh/config" | 197 | alias ssh.config="$EDITOR ~/.ssh/config" |
| 198 | alias sshd.config="sudo $EDITOR /etc/ssh/sshd_config" | ||
| 198 | alias ssh.auth="$EDITOR ~/.ssh/authorized_keys" | 199 | alias ssh.auth="$EDITOR ~/.ssh/authorized_keys" |
| 199 | alias ssh.known="$EDITOR ~/.ssh/known_hosts" | 200 | alias ssh.known="$EDITOR ~/.ssh/known_hosts" |
| 200 | alias cdssh='cd ~/.ssh' | 201 | alias cdssh='cd ~/.ssh' |