Compare commits

...

13 Commits

Author SHA1 Message Date
FlintyLemming de8ed1537f 更新 ssh/config 2026-04-30 13:42:04 +00:00
FlintyLemming 6efbb07892 更新 ssh/nj-nas.pub 2026-04-30 13:41:17 +00:00
FlintyLemming ea3c2c9aae 更新 ssh/config 2026-04-26 03:31:30 +00:00
FlintyLemming 86feeab6ec 更新 ssh/config 2026-04-20 20:15:32 +08:00
FlintyLemming 4d2aa1f180 更新 fish 配置:添加 cc abbr,移除重复的 lst 函数
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-16 16:36:42 +08:00
FlintyLemming 5891df4399 更新 ssh/config 2026-04-15 20:02:05 +08:00
FlintyLemming c31087f68d - 2026-04-14 19:52:16 +08:00
FlintyLemming dcae279c73 添加 ssh/dragon-q6a.pub 2026-04-12 22:17:14 +08:00
FlintyLemming 41b25edab5 更新 ssh/config 2026-04-12 22:16:52 +08:00
FlintyLemming 6323b1acb2 更新 ssh/config 2026-04-12 11:39:21 +08:00
FlintyLemming c129cdd6e5 Add hf-archived SSH key and update config
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 21:07:05 +08:00
FlintyLemming 9c917bfdf0 Add mtk-genio SSH key and update config 2026-04-03 14:32:39 +08:00
FlintyLemming fef417bdb6 添加 proxy 函数设置 HTTP 代理
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-02 17:37:53 +08:00
6 changed files with 41 additions and 5 deletions
+17 -1
View File
@@ -135,8 +135,24 @@ function y
rm -f -- "$tmp"
end
abbr -a cc 'claude --permission-mode bypassPermissions'
abbr -a port 'sudo ss -tulnp | grep'
abbr -a process 'sudo ps aux | grep'
abbr -a service 'sudo systemctl list-units --type=service --all | grep'
alias fastfetch="fastfetch --color-keys blue"
alias fastfetch="fastfetch --color-keys blue"
function proxy --description 'Set HTTP proxy for current session'
echo -n "HTTP proxy address (e.g. http://192.168.5.14:6152): "
read proxy_addr
if test -n "$proxy_addr"
set -gx HTTP_PROXY "$proxy_addr"
set -gx HTTPS_PROXY "$proxy_addr"
echo "Proxy set: $proxy_addr"
else
echo "Proxy cleared"
set -e HTTP_PROXY
set -e HTTPS_PROXY
end
end
+21 -4
View File
@@ -29,7 +29,7 @@ Host inc-dev
User flintylemming
Host inc-mac-mini-m4
HostName 172.16.48.102
HostName 172.16.48.68
User flintylemming
Host idc-ucloud
@@ -42,7 +42,7 @@ Host idc-aliyun-sh
Host idc-aws-sg
HostName 52.220.5.200
User admin
User ubuntu
Host idc-aws-sg-hf
HostName 112.31.107.190
@@ -98,9 +98,14 @@ Host idc-tencent-sg
HostName 43.134.27.201
User flintylemming
Host hf-linux
Host hf-linux-proxy
HostName 192.168.5.10
User flintylemming
IdentityFile ~/.flinty/ssh/hf-linux.pub
Host hf-linux
HostName 192.168.5.12
User flintylemming
Host hf-qts
HostName 192.168.5.6
@@ -118,10 +123,18 @@ Host hf-macmini
HostName 192.168.5.12
User flintylemming
Host hf-archived
HostName 172.16.48.31
User flintylemming
Host nj-nanopi-neo3
HostName 192.168.2.10
User root
Host nj-nas
HostName 192.168.5.80
User flintylemming
Host zs-zos
HostName 192.168.6.6
Port 10000
@@ -136,4 +149,8 @@ Host frp-us-la
HostName 112.31.107.190
User root
Port 7012
IdentityFile ~/.flinty/ssh/us-la.pub
IdentityFile ~/.flinty/ssh/us-la.pub
Host mtk-genio
HostName 172.16.48.130
User ubuntu
+1
View File
@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEUg0TPLm/KxccyIqCwlL+En8e3uu/D2hCdv6YH0Z9J7
+1
View File
@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKO5yxcEPfTcnlX0EEez5SvDBNt74ofKR/QKON2KEVEe
+1
View File
@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBp2FjMNbIYkvUuxFhNdkUAJ2whs8ZFSvUa0C97SXead
View File