lubuntu - Allow ssh connections WITHOUT using openssh-server - Ask Ubuntu
i've got 2 lubuntu (16.04.1 lts) vms on 2 different machines, , i'm running application sending raw sockets. make easier on transferring files in between computers, set openssh-server
use scp
. however, messed program set buffer @ around 64 kb when, according this post, maximum packet size set 32 kb. therefore, i've uninstalled openssh-server
vms.
however, can't connect on ssh anymore. connection refused, , i've gone ufw
allow traffic on port 22 , ssh entirely. (by way, sudo ufw allow ssh
returns "skipping adding existing rule" output.
so, question. want keep using scp
, without using openssh-server
. how go this? (alternatively, wouldn't mind reinstalling openssh-server
long there option expand packet size in config files.)
Comments
Post a Comment