Difference between revisions of "Sshd"
Jump to navigation
Jump to search
↑ https://man.cx/sshd(1)
↑ https://linux.die.net/man/5/sshd_config
Line 25: | Line 25: | ||
* <code> [[journalctl]] -r | grep sshd</code> | * <code> [[journalctl]] -r | grep sshd</code> | ||
* <code>[[ssh-copy-id]]</code> | * <code>[[ssh-copy-id]]</code> | ||
+ | * [[launchctl stop com.openssh.sshd]] | ||
+ | * [[launchctl start com.openssh.sshd]] | ||
== See also == | == See also == |
Revision as of 14:22, 22 January 2024
sshd
[1] secure shell daemon
- Configuration file:
/etc/ssh/sshd_config
[2]
Contents
Commands
sshd -t (no output in configuration is right)
Activities
- Activate SSH server on macOS:
sudo systemsetup -setremotelogin on
- Sftp configuration
- Configure OpenSSH to reuse ssh connections
- apt install openssh-server
Related terms
journalctl -r | grep sshd
ssh-copy-id
- launchctl stop com.openssh.sshd
- launchctl start com.openssh.sshd
See also
sshd
,sshd logs
,sshd -t
,sshd -T
,sshd_config
,sftp
- OpenSSH (changelog):
/etc/ssh/sshd_config
|/etc/ssh/ssh_config
|~/.ssh/
|openSSL | sshd logs
|sftp
|scp
|authorized_keys
|ssh-keygen
|ssh-keyscan
|ssh-add
|ssh-agent
|ssh
|Ssh -O stop
|ssh-copy-id
|CheckHostIP
|UseKeychain
, OpenSSF, ~/.ssh/authorized_keys
Advertising: