Alternative to terminal for ssh/nc?

Commissario
Joined
16 Oct 2002
Posts
343,197
Location
In the radio shack
Morning all.

I use terminal a lot. I've always got at least two windows open where I'm connected to a Pi either via ssh or nc.

I generally log on to the Pis with key pairs (or whatever they're called) and I type the login commands manually in terminal. I don't care about fancy editors and stuff like that, I just want to be able to select the connection and have it happen automatically, ideally with the saved window size.

For example, this is how my two sessions look on my MBA (the grey background is from the app I'm running on the session).

UyHb0KP.png


I detest dark mode so it needs to be white on black, just like a normal terminal window.

Is there such an app that I can use for this? It would be nice if it can sync connections between Macs and I don't mind paying a couple of quid if I have to but not a subscription.

Ta.
 
I started using warp a few months ago after I saw it recommended on here.


The AI stuff has proven really useful where I forget the syntax to something and can't be bothered looking it up.
 
Ta.

Putty is horrible, the interface and functionality was designed by a three year old who has no design skills (or brain cells).

Cyberduck may be an option, I do already have that but hadn't even considered it.

Termius is subscription.

I'll have a look at Warp.
 
I started using warp a few months ago after I saw it recommended on here.


The AI stuff has proven really useful where I forget the syntax to something and can't be bothered looking it up.

I'm surprised you're using that with the controversy of their telemetry, although at least it looks like it changed since I last looked into it, it's now at least opt-out which is still terrible. Didn't get past needing to create an account to use a terminal, as otherwise it looks fantastic. I still use iTerm2, and RoyalTSX for managing my SSH/RDP needs. My RTSX is getting old now though and I refuse to upgrade the license every year, so probably need to find something else.
 
Termius has a free tier too and probably fits your needs. You have all your saved sessions and it's single click to log in. Otherwise it's what Chris said. Termius for remote stuff, Warp for local.
 
Hmm, I've tried a couple this morning and they all ask for an SSH keyfile for the connection.

I don't have them. All the key things are stored in ~/.ssh/known_hosts

I'm sure I'm missing something stupid here, I feel I should know this.
 
I wasn't aware. From their privacy policy:

Code:
Warp never collects your input or output data.

I used to use Tabby before moving to Warp. I never got on with iTerm2 but I know loads of people who swear by it.

I suspect they might have improved to be fair, I'm a little bit old school in the mentality of if you tried it once, you might slip it in there again, so it was an immediate write off for me. A look at their privacy section shows a lot of telemetry metrics, boggles my mind why a terminal wants this, but lots of modern things boggle my mind too :D


I wouldn't say iTerm2 is amazing, I actually prefer something like alacritty, that I use on Linux, I just never get round to swapping these days.
 
Yes, I have one. It's dated May last year.
Cool. The contents of id_rsa.pub should be in authorized_keys on the pi. In Termius or whichever program you've chosen you should be able to specify id_rsa as the private key, sometimes it's chosen by default.
 
Back
Top Bottom