New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
[2024 EXTENDED] Black Friday / Cyber Monday: FLASH SALE & MEGATHREAD
This discussion has been closed.

Comments
putty with send-to-tray options. Was useful pre Windows 10 :-D
also session/connection filter I think, kinda helps - when I type "VirMach" I only have like 12 entries on the list rather than 30 normally :-D
I use Bitvise (https://bitvise.com/), its pretty much better, has FTP too
Inside .ssh/config you just reference location of your key
No won’t ever have to enter it when ssh’ing in, it’ll look like magic
you're starting to sound like an underpants gnome now

Hold on let me get my computer you’ll understand
Use ssh-copy-id command to push public key to your servers
and i have to do this for every device i want to ssh from?
How many devices do you ssh from??
3-4
Yes, or, easier, just sync the .ssh folder using any cloud service, it dosen't contain any secrets anyway
This is mine:
If I type 'ssh xyz1' I just go straight in
Never expected the thread to become so informative
How do you do it currently?
Type ssh user@ip and then enter your password?
This is the way.
I'm full of improper IT practices if you want I got plenty more you can all discuss
His workflow is a nightmare. We have to bring him to see the light
once i figure out how this works on windows maybe i do it
I'm honestly all for that, for examlpe, I use root for everything. But not when it's HARDER
*look at signature*
Now I am worried /jk
One topic every day will help keep this thread open for eternity.
yes
The same way, Windows now supports .ssh/config just like linux/mac
what is the -a do ?
Honest question man, do you want to use public key to save time to type password and again?
https://linux.die.net/man/1/ssh-keygen
Key derivation rounds, so in that case, 100 rounds
do i want a passphrase for the key
no
So do baby changes.
create ssh keypair
Add it to the servers from one machine
On the next machine you just put the same keypair in the ssh folder
Now you can connect the same with way
ssh user@ip
But no password asked
No need for config file (yet) if you use the default keypair names and are fine with needing to type the user@ip stuff
i want a convenient way to access my servers/credentials via ssh whenever I am not at my home PC where all the creds are stored in termius