How can I resume a background autossh session still running? [on hold]
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I need to access an autossh session that I have run with: autossh -M 0 -f -N -i /home/... host@...
How can I access that ssh session?
linux ssh background-process autossh
New contributor
put on hold as unclear what you're asking by Goro, Thomas, RalfFriedl, Isaac, Shadur 16 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |Â
up vote
0
down vote
favorite
I need to access an autossh session that I have run with: autossh -M 0 -f -N -i /home/... host@...
How can I access that ssh session?
linux ssh background-process autossh
New contributor
put on hold as unclear what you're asking by Goro, Thomas, RalfFriedl, Isaac, Shadur 16 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
If it's still running in the background, it doesn't need resuming. The-N
option means that there's no remote command to "access" (eg. because you're usingssh
for port-forwarding only). What are you trying to do?
â JigglyNaga
20 hours ago
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I need to access an autossh session that I have run with: autossh -M 0 -f -N -i /home/... host@...
How can I access that ssh session?
linux ssh background-process autossh
New contributor
I need to access an autossh session that I have run with: autossh -M 0 -f -N -i /home/... host@...
How can I access that ssh session?
linux ssh background-process autossh
linux ssh background-process autossh
New contributor
New contributor
edited yesterday
Patrick Mevzek
2,0581721
2,0581721
New contributor
asked yesterday
didije
1
1
New contributor
New contributor
put on hold as unclear what you're asking by Goro, Thomas, RalfFriedl, Isaac, Shadur 16 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as unclear what you're asking by Goro, Thomas, RalfFriedl, Isaac, Shadur 16 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
If it's still running in the background, it doesn't need resuming. The-N
option means that there's no remote command to "access" (eg. because you're usingssh
for port-forwarding only). What are you trying to do?
â JigglyNaga
20 hours ago
add a comment |Â
If it's still running in the background, it doesn't need resuming. The-N
option means that there's no remote command to "access" (eg. because you're usingssh
for port-forwarding only). What are you trying to do?
â JigglyNaga
20 hours ago
If it's still running in the background, it doesn't need resuming. The
-N
option means that there's no remote command to "access" (eg. because you're using ssh
for port-forwarding only). What are you trying to do?â JigglyNaga
20 hours ago
If it's still running in the background, it doesn't need resuming. The
-N
option means that there's no remote command to "access" (eg. because you're using ssh
for port-forwarding only). What are you trying to do?â JigglyNaga
20 hours ago
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
If it's still running in the background, it doesn't need resuming. The
-N
option means that there's no remote command to "access" (eg. because you're usingssh
for port-forwarding only). What are you trying to do?â JigglyNaga
20 hours ago