いつも忘れるのでメモです。
.ssh/config
Host sample
User mitsui
HostName x.x.x.x
ServerAliveInterval 60
ServerAliveCountMax 3
IdentityFile /home/mitsui/.ssh/id_rsa
ForwardAgent yes
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
いつも忘れるのでメモです。
Host sample
User mitsui
HostName x.x.x.x
ServerAliveInterval 60
ServerAliveCountMax 3
IdentityFile /home/mitsui/.ssh/id_rsa
ForwardAgent yes
Register as a new user and use Qiita more conveniently
Go to list of users who liked