次の記事でhttps://www.linuxbabe.com/linux-server/setup-passwordless-ssh-login編集.bash_profile
またはと表示されます.profile
。
しかし、私は次の行を理解していません。
次に、.bash_profileまたは.profileファイルを編集します。ユーザーがログインするたびに、これら2つのコマンドが実行されるように次のテキストを追加します。
/usr/bin/keychain $HOME/.ssh/id_rsa
source $HOME/.keychain/$HOSTNAME-sh
私の/root/.profile
内容は次のとおりです。
# ~/.profile: executed by Bourne-compatible login shells.
if [ “$BASH” ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi
mesg n 2> /dev/null || true
では、変更されたファイルを提供するコードをどこに追加できますか?
ありがとう