Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Operating System
running multiple ssh sessions
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="zrogers911" data-source="post: 1263122" data-attributes="member: 207106"><p>Thx for the link. That did not quite help though for what I was looking for. Basically for me to get what I needed to work in the shell this is what I used.</p><p></p><p>for i in `perl -le '$i=0; print $_foreach ($i .. $;+XX);'`; do echo $i ; oasascript -e 'tell application "Terminal" to do script "ssh <a href="mailto:root@xx.xx.xx">root@xx.xx.xx</a>.'$i'" '; done</p><p></p><p></p><p>That basically got what I needed. Hope this helps for anyone else who is looking for the same thing.</p></blockquote><p></p>
[QUOTE="zrogers911, post: 1263122, member: 207106"] Thx for the link. That did not quite help though for what I was looking for. Basically for me to get what I needed to work in the shell this is what I used. for i in `perl -le '$i=0; print $_foreach ($i .. $;+XX);'`; do echo $i ; oasascript -e 'tell application "Terminal" to do script "ssh [email]root@xx.xx.xx[/email].'$i'" '; done That basically got what I needed. Hope this helps for anyone else who is looking for the same thing. [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
Apple Computing Products:
macOS - Operating System
running multiple ssh sessions
Top