User Tools

Site Tools


ubuntu:ssh:install_ssh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubuntu:ssh:install_ssh [2019/12/04 21:25] – created peterubuntu:ssh:install_ssh [2021/11/21 21:27] (current) peter
Line 3: Line 3:
 <code bash> <code bash>
 sudo apt install openssh-server sudo apt install openssh-server
 +</code>
 +
 +----
 +
 +===== Verify that SSH is running =====
 +
 +<code bash>
 +sudo systemctl status ssh
 +</code>
 +
 +returns:
 +
 +<code bash>
 +● ssh.service - OpenBSD Secure Shell server
 +     Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: enabled)
 +     Active: active (running) since Fri 2021-11-19 09:47:32 GMT; 2 days ago
 +       Docs: man:sshd(8)
 +             man:sshd_config(5)
 +   Main PID: 885 (sshd)
 +      Tasks: 1 (limit: 9403)
 +     Memory: 7.5M
 +     CGroup: /system.slice/ssh.service
 +             └─885 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups
 +
 +Nov 19 09:47:32 plex systemd[1]: Starting OpenBSD Secure Shell server...
 +Nov 19 09:47:32 plex sshd[885]: Server listening on 0.0.0.0 port 22.
 +Nov 19 09:47:32 plex sshd[885]: Server listening on :: port 22.
 +Nov 19 09:47:32 plex systemd[1]: Started OpenBSD Secure Shell server.
 +Nov 19 09:48:15 plex sshd[1358]: Accepted password for peter from 192.168.1.69 port 49974 ssh2
 +Nov 19 09:48:15 plex sshd[1358]: pam_unix(sshd:session): session opened for user peter by (uid=0)
 +Nov 21 21:24:44 plex sshd[83478]: Accepted password for peter from 192.168.1.69 port 35628 ssh2
 +Nov 21 21:24:44 plex sshd[83478]: pam_unix(sshd:session): session opened for user peter by (uid=0)
 +</code>
 +
 +----
 +
 +===== Firewall - Open the SSH port =====
 +
 +<code bash>
 +sudo ufw allow ssh
 </code> </code>
  
ubuntu/ssh/install_ssh.1575494706.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki