OpenSSH SFTP Server/Integromat Timed out waiting for a handshake
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
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
server ssh openssh sftp
add a comment |Â
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
server ssh openssh sftp
You wroteused 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
add a comment |Â
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
server ssh openssh sftp
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
server ssh openssh sftp
asked Apr 18 at 5:17
![](https://lh6.googleusercontent.com/-sAK2I_tZImo/AAAAAAAAAAI/AAAAAAAAAZY/K98uEzoxyPk/photo.jpg?sz=32)
![](https://lh6.googleusercontent.com/-sAK2I_tZImo/AAAAAAAAAAI/AAAAAAAAAZY/K98uEzoxyPk/photo.jpg?sz=32)
Jon Brown
62
62
You wroteused 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
add a comment |Â
You wroteused 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
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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