Filter
Exclude
Time range
-
Near
AI 帮我写了个 sshconfig 后,连接廉价 VPS 的稳定性又可以了。 #继续用吧 #用完不续费了
1
512
メモ SSHconfigのファイル書く EC2は変動するので空欄
2
56
22 Dec 2025
Just add this to your ~/.ssh/sshconfig I use screen out of sheer inertia, I should probably migrate to tmux
1
28
4,247
🔎 No matching host key type found? Don’t worry! Here’s how to adjust your SSH configuration in Royal TSX! #itops #remotemanagement #technology #software #productivity #rdp #ssh #sshconfig #config
1
3
220
6 Jun 2025
僕は Public な権威 DNS が答えるホスト名や IP アドレスは機微情報ではないと思っている (機微なら Public に応答するなと思っている) んだけど,当センターの主力理解は異なるようで,それじゃあどうやって sshconfig をバックアップするのかという気持ちになっている
1
2
19
1,360
28 Dec 2024
Replying to @Ncikxd
export ZSH="$HOME/.oh-my-zsh" ZSH_THEME="arrow" # update automatically without asking zstyle ':omz:update' mode auto zstyle ':omz:update' frequency 13 COMPLETION_WAITING_DOTS="true" plugins=( git zsh-syntax-highlighting fzf ssh-agent brew ) source $ZSH/oh-my-zsh.sh fpath =~/.zfunc autoload -U compinit; compinit export EDITOR='nvim' alias zshconfig="nvim ~/.zshrc" alias ohmyzsh="nvim ~/.oh-my-zsh" alias sshconfig="nvim ~/.ssh/config" alias kittyconfig="nvim ~/.config/kitty/kitty.conf" alias av="source .venv/bin/activate" alias dv="deactivate" autoload -Uz compinit zstyle ':completion:*' menu select #----- Use fd instead of fzf ----- export FZF_DEFAULT_COMMAND="fd --hidden --strip-cwd-prefix --exclude .git" export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" export FZF_ALT_C_COMMAND="fd --type=d --hidden --strip-cwd-prefix --exclude .git" _fzf_compgen_path() { fd --hidden --exclude .git . "$1" } # script to enable fzf completion for git source ~/fzf-git.sh/fzf-git.sh # Use fd to generate list for directory completion _fzf_compgen_dir() { fd --type=d --hidden --exclude .git . "$1" } show_file_or_dir_preview="if [ -d {} ]; then eza --tree --color=always {} | head -200; else bat -n --color=always --line-range :500 {}; fi" export FZF_CTRL_T_OPTS="--preview 'bat -n --color=always --line-range :500 {}'" export FZF_ALT_C_OPTS="--preview 'eza --tree -color=always {} | head -200'" _fzf_comprun() { local command=$1 shift case "$command" in cd) fzf --preview 'eza --tree --color=always {} | head -200' "$@" ;; export|unset) fzf --preview "eval 'echo ${}'" "$@" ;; ssh) fzf --preview 'dig {}' "$@" ;; *) fzf --preview "$show_file_or_dir_preview" "$@" ;; esac } # ----- Eza config ----- alias ls="eza --color=auto --long --git --no-filesize --icons=always --no-time --no-user --no-permissions" # change colors using vivid LS_COLORS=$(vivid generate zenburn) # ----- zoxide config ----- eval "$(zoxide init zsh)" export LDFLAGS="-L/opt/homebrew/opt/openssl@1.1/lib" export CPPFLAGS="-I/opt/homebrew/opt/openssl@1.1/include" export PKG_CONFIG_PATH="/opt/homebrew/opt/openssl@1.1/lib/pkgconfig" # starship eval "$(starship init zsh)"
2
22
2,765
sshconfigいじって回避したけど印象︎︎( •︠-•︡ )ハァ
2
196
15 Mar 2023
I have developed application (SSHConfig) that allows you to edit the sshd_config, check the syntax, start/stop SSH service on GUI. It can be used on standalone and remote server. For PinePhone and Linux(x64). Qt 5.15 is required. github.com/presire/SSHConfig #PinePhone #qt #SSH
1
3
8
1,164
27 Oct 2022
研究室の計算機が多すぎて手でsshconfigを書くのを諦めてテンプレートで生成するようにした
4
Replying to @krismicinski
^yup. vscode and all of jetbrains editors have a "remote" mode nowadays. Highly recommend for just configs editing of serious development. works via local sshconfig as well.
2
Replying to @azonenberg
Some combination of SendEnv sshconfig stanzas and command execution (either on ssh or via your shell profile) should work. This post lays out one method. superuser.com/questions/4685…

2
17 Nov 2021
そういえば、最近の新しい Vim を使うと sshconfig 用の indent.vim が含まれているので、インデントがバラバラの ~/.ssh/config なんかで gg=G すると綺麗になって便利ですよ。
8
71
22 Apr 2020
kubeconfigの誤爆防ぐ対策、sshconfigの誤爆防いでたときのデジャブを感じた
4
sshconfig開いて何やってんだ……
1
vscodeのpython拡張はモジュール作成 jupyterでのテストが同時にできるので非常に気に入っている しかもssh先のも同様に動作するし、標準のsshconfig参照して接続するからプロキシとかも余裕で素晴らしい gyazo.com/55e2edb5c9c7b813c6…
1
4
6 Jun 2019
sshの証明書認証、PKCS11の鍵ファイルも指定できたのか… sshconfigを直接読めるようにするなら、そっちも対応しないとだめか…(´・ω・`)
2
Truco de SSH para conectarse a host con parametros ya definidos #ssh #sshconfig blog.michelletorres.mx/truco…

4
nicolascb/nssh (1.0.2): An easy way to manage SSH connections and sshconfig records mdy.io/gh/nicolascb/nssh

4
7
nicolascb/nssh (1.0.1): An easy way to manage SSH connections and sshconfig records mdy.io/gh/nicolascb/nssh

2