How to install ssh in Devuan? [with screenshot]

Written by Administrator on Wednesday April 22, 2020

SSH installation in Devuan is very simple. One can use apt-get command:

$ apt-get install ssh

output:

SSH installation in Devuan

Let's check, if ssh is installed well:

dima@computer:~$ ssh
usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
           [-D [bind_address:]port] [-E log_file] [-e escape_char]
           [-F configfile] [-I pkcs11] [-i identity_file]
           [-J [user@]host[:port]] [-L address] [-l login_name] [-m mac_spec]
           [-O ctl_cmd] [-o option] [-p port] [-Q query_option] [-R address]
           [-S ctl_path] [-W host:port] [-w local_tun[:remote_tun]]
           [user@]hostname [command]

Yep, ssh is installed good.

Category: linux Tags: install Devuan ssh