LoginSignup
2
2

More than 5 years have passed since last update.

ssh周り

Last updated at Posted at 2018-02-16

keyのpassphraseを変更したい時

$ ssh-keygen -f [key] -p
Enter old passphrase:
Enter new passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved with the new passphrase.
$ ssh-add -D
All identities removed.

host nameを変更したい時

vi /etc/sysconfig/network
HOSTNAME=*****

これでOSなりネットワークを再起動。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2