OpenSSH SFTP Server/Integromat Timed out waiting for a handshake

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I'm trying to use Integromat and SFTP to sync my Google Drive to a folder on my desktop. I'm open to other methods of accomplishing this goal, but I wanted to do a SFTP server as a learning experience.



I followed a tutorial to create the server using OpenSSH and used a website to find my public IP.



I'm at a stand-still because I can't get a handshake between my sftp server and integromat. Here's a look at my OpenSSH status.



the1jonbrown@jon-desktop:~$ service ssh status
● ssh.service - OpenBSD Secure Shell server
Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2018-04-18 00:04:49 EDT; 52min ago
Process: 1882 ExecReload=/bin/kill -HUP $MAINPID (code=exited, status=0/SUCCESS)
Process: 1878 ExecReload=/usr/sbin/sshd -t (code=exited, status=0/SUCCESS)
Process: 4576 ExecStartPre=/usr/sbin/sshd -t (code=exited, status=0/SUCCESS)
Main PID: 4577 (sshd)
Tasks: 1 (limit: 4915)
CGroup: /system.slice/ssh.service
└─4577 /usr/sbin/sshd -D

Apr 18 00:04:49 jon-desktop systemd[1]: Starting OpenBSD Secure Shell server...
Apr 18 00:04:49 jon-desktop sshd[4577]: Server listening on 0.0.0.0 port 22.
Apr 18 00:04:49 jon-desktop sshd[4577]: Server listening on :: port 22.
Apr 18 00:04:49 jon-desktop systemd[1]: Started OpenBSD Secure Shell server.
the1jonbrown@jon-desktop:~$


I doubt that this is the whole story. I need to test to see if my server is active, I'm not sure if this status is proving that. This is what I have in my sshd_config file UsePAM:



UsePAM yes

"Match group gdrive
ChrootDirectory /var/GoogleDrive
X11Forwarding yes
AllowTcpForwarding no
ForceCommand internal-sftp"


I also edited this guy:



Subsystem sftp internal-sftp


What am I doing wrong? Thanks for any help, I'm new to SFTP.



Jon Brown










share|improve this question





















  • You wrote used a website to find my public IP. You do not have public ip on server. Do you do port forwarding on router, if your router have public ip on wan port, to your server?
    – 2707974
    Apr 18 at 5:56











  • No I haven't done that. My router probably has a public IP on its wan port. How would I go about doing that?
    – Jon Brown
    Apr 19 at 14:37










  • Depends on your ISP and router. Sorry, to many options to explain.
    – 2707974
    Apr 19 at 18:21














up vote
0
down vote

favorite












I'm trying to use Integromat and SFTP to sync my Google Drive to a folder on my desktop. I'm open to other methods of accomplishing this goal, but I wanted to do a SFTP server as a learning experience.



I followed a tutorial to create the server using OpenSSH and used a website to find my public IP.



I'm at a stand-still because I can't get a handshake between my sftp server and integromat. Here's a look at my OpenSSH status.



the1jonbrown@jon-desktop:~$ service ssh status
● ssh.service - OpenBSD Secure Shell server
Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2018-04-18 00:04:49 EDT; 52min ago
Process: 1882 ExecReload=/bin/kill -HUP $MAINPID (code=exited, status=0/SUCCESS)
Process: 1878 ExecReload=/usr/sbin/sshd -t (code=exited, status=0/SUCCESS)
Process: 4576 ExecStartPre=/usr/sbin/sshd -t (code=exited, status=0/SUCCESS)
Main PID: 4577 (sshd)
Tasks: 1 (limit: 4915)
CGroup: /system.slice/ssh.service
└─4577 /usr/sbin/sshd -D

Apr 18 00:04:49 jon-desktop systemd[1]: Starting OpenBSD Secure Shell server...
Apr 18 00:04:49 jon-desktop sshd[4577]: Server listening on 0.0.0.0 port 22.
Apr 18 00:04:49 jon-desktop sshd[4577]: Server listening on :: port 22.
Apr 18 00:04:49 jon-desktop systemd[1]: Started OpenBSD Secure Shell server.
the1jonbrown@jon-desktop:~$


I doubt that this is the whole story. I need to test to see if my server is active, I'm not sure if this status is proving that. This is what I have in my sshd_config file UsePAM:



UsePAM yes

"Match group gdrive
ChrootDirectory /var/GoogleDrive
X11Forwarding yes
AllowTcpForwarding no
ForceCommand internal-sftp"


I also edited this guy:



Subsystem sftp internal-sftp


What am I doing wrong? Thanks for any help, I'm new to SFTP.



Jon Brown










share|improve this question





















  • You wrote used a website to find my public IP. You do not have public ip on server. Do you do port forwarding on router, if your router have public ip on wan port, to your server?
    – 2707974
    Apr 18 at 5:56











  • No I haven't done that. My router probably has a public IP on its wan port. How would I go about doing that?
    – Jon Brown
    Apr 19 at 14:37










  • Depends on your ISP and router. Sorry, to many options to explain.
    – 2707974
    Apr 19 at 18:21












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I'm trying to use Integromat and SFTP to sync my Google Drive to a folder on my desktop. I'm open to other methods of accomplishing this goal, but I wanted to do a SFTP server as a learning experience.



I followed a tutorial to create the server using OpenSSH and used a website to find my public IP.



I'm at a stand-still because I can't get a handshake between my sftp server and integromat. Here's a look at my OpenSSH status.



the1jonbrown@jon-desktop:~$ service ssh status
● ssh.service - OpenBSD Secure Shell server
Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2018-04-18 00:04:49 EDT; 52min ago
Process: 1882 ExecReload=/bin/kill -HUP $MAINPID (code=exited, status=0/SUCCESS)
Process: 1878 ExecReload=/usr/sbin/sshd -t (code=exited, status=0/SUCCESS)
Process: 4576 ExecStartPre=/usr/sbin/sshd -t (code=exited, status=0/SUCCESS)
Main PID: 4577 (sshd)
Tasks: 1 (limit: 4915)
CGroup: /system.slice/ssh.service
└─4577 /usr/sbin/sshd -D

Apr 18 00:04:49 jon-desktop systemd[1]: Starting OpenBSD Secure Shell server...
Apr 18 00:04:49 jon-desktop sshd[4577]: Server listening on 0.0.0.0 port 22.
Apr 18 00:04:49 jon-desktop sshd[4577]: Server listening on :: port 22.
Apr 18 00:04:49 jon-desktop systemd[1]: Started OpenBSD Secure Shell server.
the1jonbrown@jon-desktop:~$


I doubt that this is the whole story. I need to test to see if my server is active, I'm not sure if this status is proving that. This is what I have in my sshd_config file UsePAM:



UsePAM yes

"Match group gdrive
ChrootDirectory /var/GoogleDrive
X11Forwarding yes
AllowTcpForwarding no
ForceCommand internal-sftp"


I also edited this guy:



Subsystem sftp internal-sftp


What am I doing wrong? Thanks for any help, I'm new to SFTP.



Jon Brown










share|improve this question













I'm trying to use Integromat and SFTP to sync my Google Drive to a folder on my desktop. I'm open to other methods of accomplishing this goal, but I wanted to do a SFTP server as a learning experience.



I followed a tutorial to create the server using OpenSSH and used a website to find my public IP.



I'm at a stand-still because I can't get a handshake between my sftp server and integromat. Here's a look at my OpenSSH status.



the1jonbrown@jon-desktop:~$ service ssh status
● ssh.service - OpenBSD Secure Shell server
Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2018-04-18 00:04:49 EDT; 52min ago
Process: 1882 ExecReload=/bin/kill -HUP $MAINPID (code=exited, status=0/SUCCESS)
Process: 1878 ExecReload=/usr/sbin/sshd -t (code=exited, status=0/SUCCESS)
Process: 4576 ExecStartPre=/usr/sbin/sshd -t (code=exited, status=0/SUCCESS)
Main PID: 4577 (sshd)
Tasks: 1 (limit: 4915)
CGroup: /system.slice/ssh.service
└─4577 /usr/sbin/sshd -D

Apr 18 00:04:49 jon-desktop systemd[1]: Starting OpenBSD Secure Shell server...
Apr 18 00:04:49 jon-desktop sshd[4577]: Server listening on 0.0.0.0 port 22.
Apr 18 00:04:49 jon-desktop sshd[4577]: Server listening on :: port 22.
Apr 18 00:04:49 jon-desktop systemd[1]: Started OpenBSD Secure Shell server.
the1jonbrown@jon-desktop:~$


I doubt that this is the whole story. I need to test to see if my server is active, I'm not sure if this status is proving that. This is what I have in my sshd_config file UsePAM:



UsePAM yes

"Match group gdrive
ChrootDirectory /var/GoogleDrive
X11Forwarding yes
AllowTcpForwarding no
ForceCommand internal-sftp"


I also edited this guy:



Subsystem sftp internal-sftp


What am I doing wrong? Thanks for any help, I'm new to SFTP.



Jon Brown







server ssh openssh sftp






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Apr 18 at 5:17









Jon Brown

62




62











  • You wrote used a website to find my public IP. You do not have public ip on server. Do you do port forwarding on router, if your router have public ip on wan port, to your server?
    – 2707974
    Apr 18 at 5:56











  • No I haven't done that. My router probably has a public IP on its wan port. How would I go about doing that?
    – Jon Brown
    Apr 19 at 14:37










  • Depends on your ISP and router. Sorry, to many options to explain.
    – 2707974
    Apr 19 at 18:21
















  • You wrote used a website to find my public IP. You do not have public ip on server. Do you do port forwarding on router, if your router have public ip on wan port, to your server?
    – 2707974
    Apr 18 at 5:56











  • No I haven't done that. My router probably has a public IP on its wan port. How would I go about doing that?
    – Jon Brown
    Apr 19 at 14:37










  • Depends on your ISP and router. Sorry, to many options to explain.
    – 2707974
    Apr 19 at 18:21















You wrote used a website to find my public IP. You do not have public ip on server. Do you do port forwarding on router, if your router have public ip on wan port, to your server?
– 2707974
Apr 18 at 5:56





You wrote used a website to find my public IP. You do not have public ip on server. Do you do port forwarding on router, if your router have public ip on wan port, to your server?
– 2707974
Apr 18 at 5:56













No I haven't done that. My router probably has a public IP on its wan port. How would I go about doing that?
– Jon Brown
Apr 19 at 14:37




No I haven't done that. My router probably has a public IP on its wan port. How would I go about doing that?
– Jon Brown
Apr 19 at 14:37












Depends on your ISP and router. Sorry, to many options to explain.
– 2707974
Apr 19 at 18:21




Depends on your ISP and router. Sorry, to many options to explain.
– 2707974
Apr 19 at 18:21















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1026005%2fopenssh-sftp-server-integromat-timed-out-waiting-for-a-handshake%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1026005%2fopenssh-sftp-server-integromat-timed-out-waiting-for-a-handshake%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491