public:macos10_openssh
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
public:macos10_openssh [2023/03/29 10:44] – segawa | public:macos10_openssh [2023/09/29 11:27] (現在) – [OpenSSH on macOS 13] segawa | ||
---|---|---|---|
行 1: | 行 1: | ||
- | ====== OpenSSH on macOS 10.15 ====== | + | ====== OpenSSH on macOS ====== |
==== 1. How to generate your SSH private key and public key ==== | ==== 1. How to generate your SSH private key and public key ==== | ||
- | On your macOS '' | + | On your macOS '' |
- | ssh-keygen -t ecdsa</ | + | |macOS$ '' |
- | This command generates your SSH private key and public key of the ECDSA type. | + | |< |
+ | |< | ||
Your SSH public key is '' | Your SSH public key is '' | ||
Then you register the generated key in your macOS '' | Then you register the generated key in your macOS '' | ||
行 16: | 行 18: | ||
ForwardX11 yes | ForwardX11 yes | ||
ForwardX11Trusted yes | ForwardX11Trusted yes | ||
- | IdentityFile / | + | IdentityFile /Users/XXXX/.ssh/id_ecdsa |
UseKeychain yes | UseKeychain yes | ||
AddKeysToAgent yes | AddKeysToAgent yes | ||
- | </ | + | </ |
+ | The '' | ||
---- | ---- | ||
* [[public: | * [[public: |
public/macos10_openssh.1680054290.txt.gz · 最終更新: 2023/03/29 10:44 by segawa