Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
ssh [2019/07/30 22:12] – [SSH Folder Permissions] tmaier | ssh [2020/12/29 02:09] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 7: | Line 7: | ||
===== SSH Proxy ===== | ===== SSH Proxy ===== | ||
- | '' | + | '' |
===== SSH Agent Forwarding ===== | ===== SSH Agent Forwarding ===== | ||
- | '' | + | '' |
===== Force Password Authentication (client-side) ===== | ===== Force Password Authentication (client-side) ===== | ||
< | < | ||
- | ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no | + | ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no |
</ | </ | ||
- | ===== SSH Folder Permissions ===== | + | ===== SSH Folder Permissions |
< | < | ||
- | mkdir ~/.ssh | ||
chmod 700 ~/.ssh | chmod 700 ~/.ssh | ||
chmod 600 ~/ | chmod 600 ~/ | ||
chmod 600 ~/ | chmod 600 ~/ | ||
- | vim .ssh/ | + | </ |
+ | |||
+ | ===== SSH Folder Permissions Server ===== | ||
+ | |||
+ | < | ||
+ | mkdir ~/.ssh | ||
+ | touch ~/ | ||
+ | chmod 600 ~/ | ||
+ | vim ~/.ssh/ | ||
</ | </ | ||