Speed Up Your SSH Sessions with These Seven Quick SSH Config Tricks

  Рет қаралды 34,478

Akamai Developer

Akamai Developer

Күн бұрын

If you frequently connect to servers via SSH with different configurations, using an SSH Config File can simplify the way you connect to these servers. In this video, Jay will show you 7 ways to use SSH Config Files to make your SSH experience much easier.
Chapters:
0:00 Introduction
0:40 Connecting to our First Server via SSH with Matched Accounts
4:00 Connecting to our Second Server via SSH without a Matched Account
4:30 Connecting to our Third Server with a Custom Port
6:00 Creating a Config File with a FQDN
8:34 Creating a Config File with IP Addresses
10:27 Creating a Config File with a User
12:23 Creating a Config File with a Custom Port
14:42 Conclusion
New to Cloud Computing? Get started here with a $100 credit → www.linode.com/lp/youtube-vie...
Read the doc for more information how to connect to your Linode → www.linode.com/docs/guides/ne...
Learn more about Creating an SSH Key Pair → www.linode.com/docs/guides/us...
Subscribe to get notified of new episodes as they come out → kzfaq.info?sub_co...
#Linode #Linux #SSHConfig #AlternativeCloud
Product: Linode, SSH Configuration, Linux; Jay LaCroix;

Пікірлер: 42
@Efim88
@Efim88 2 жыл бұрын
Super useful! Thank you!
@gobikrish276
@gobikrish276 2 жыл бұрын
Thanks Jay it is great way to simplify SSH login
@maxwellmuhanda7940
@maxwellmuhanda7940 2 жыл бұрын
love your tutorials a lot so direct soo helpful
@michaels8297
@michaels8297 2 жыл бұрын
Thank you jay!
@dleivam
@dleivam 2 жыл бұрын
The last tip was very cool.. I have to connect to several servers with ssh and few of them not use the standard 22 port and I never remember the name of those servers or the specific port.. now I will put them in my config file so I can forget them, thanks.
@raul230285
@raul230285 2 жыл бұрын
Cool man, thanks...!!
@One_piece1089
@One_piece1089 3 ай бұрын
you are an amazing one 😍😍 Thank you a lot
@bahathir_
@bahathir_ 2 жыл бұрын
Other tools such as 'sftp' and 'scp' also utilize the config file.
@anjalimesh
@anjalimesh 2 жыл бұрын
Superb
@podunkis
@podunkis Жыл бұрын
Nicely done. You provided enough information to get people started. There's plenty of info in the man pages (ssh, ssh_config) that allow additional customization, but your video covers enough to make self-guided learning more productive.
@dhanalakshimi
@dhanalakshimi 11 ай бұрын
😅😮
@wparsa
@wparsa 5 ай бұрын
The most useful ssh tuturial I've ever seen. how about dynamic port forwarding for scoks5 connection? how can I add that? thanks
@GergelyCsermely
@GergelyCsermely 2 жыл бұрын
Thanks
@pierre-huguesaubertin1654
@pierre-huguesaubertin1654 2 жыл бұрын
Shinra is for ff7 and skynet is for terminator
@kjlw99
@kjlw99 Жыл бұрын
Also how I get different ssh-keys per connection, and sometimes locally disable the strict key checking also. This video could use a sequal showing ssh-keys and how to use jump-hosts from bastion host to actual target. :D
@Laflamablanca969
@Laflamablanca969 2 жыл бұрын
Hey Jay what about ssh keys? I was hoping you’d show how to use specific keys for each connection defined in the config file 😔
@cindrmon
@cindrmon 2 жыл бұрын
here's an example: ``` Host server HostName server_ip User username IdentityFile /path/to/ssh/private/key ``` hope that helps
@Laflamablanca969
@Laflamablanca969 2 жыл бұрын
@@cindrmon awesome thanks!!
@Laflamablanca969
@Laflamablanca969 2 жыл бұрын
@@cindrmon You are a legend! Worked perfectly. Very much appreciated :)
@hacks_hackers
@hacks_hackers 2 жыл бұрын
I need more explanation about netcat, especially the -s switch......please do a video, thanks.
@clipsworld6391
@clipsworld6391 3 ай бұрын
Hi, kindly add a video for (NAT) Natting a Server VM with three other Client VMs in detail.
@CarlLovesTopps
@CarlLovesTopps 2 жыл бұрын
I am curious - can you add a -i /dir/keyfile.ppk to a config in this manner as well to simplify connections?
@jackfinan9060
@jackfinan9060 2 жыл бұрын
yes, use 'IdentityFile /dir/keyfile.ppk'
@prophetjamz94
@prophetjamz94 2 жыл бұрын
Shinra - FF7, Skynet - Terminator Franchise Lol nice references
@msheikfaaruk56
@msheikfaaruk56 Жыл бұрын
hi sir i have question about . In system [ubuntu 20.04 ] mtu size is 1500 and i am try connect another system by ethernet .connection successfully done the question is mtu size 1500 but ssh packets are above 1500 in wireshark how ? what is happening there ?
@ChandrashekarCN
@ChandrashekarCN 3 ай бұрын
💖💖💖💖
@xrafter
@xrafter 2 жыл бұрын
Hey, is Jay a Linode developer? Or what does advocate mean ?
@pierre-huguesaubertin1654
@pierre-huguesaubertin1654 2 жыл бұрын
Advocate is a person who publicly supports or recommends a particular cause or policy
@xedover
@xedover 2 жыл бұрын
SSH to connect to remote host: its not asking if you really want to connect to the server... its asking if you want to add the connection to your known_hosts file (then it won't ask you again). There are options to disable the asking (and writing).
@entheogenetic1
@entheogenetic1 2 жыл бұрын
lol'd on potato. nice video
@brownyponvelil
@brownyponvelil 2 жыл бұрын
Hello my dear friend, I was looking for upgrade to Ubuntu 22.04 LTS. Wondering if you are interested in making a video on installation and upgrade from 20.04 LTS to 22.04 LTS. Is it worth upgrading and explain why. Looking forward for an video answering my questions and queries and process of upgrades.
@kimsoft6824
@kimsoft6824 2 жыл бұрын
A recently created account with this email address was canceled by our automated systems. This was due to activity or patterns associated with fraudulent behavior. Additional attempts to sign up may also be rejected. Linode Some help why do I get this error
@waltsullivan8986
@waltsullivan8986 Жыл бұрын
Please read `man ssh-copy-id ssh-keygen` and avoid having to type passwords. You will need to type a passphrase (as complex as necessary) once per session.
@oliverjanssen1700
@oliverjanssen1700 2 жыл бұрын
Acme might refer to the company in the movie roger rabbit?
@knowledgeseeker9695
@knowledgeseeker9695 2 жыл бұрын
Man that Desk is too tall for you! Good videos though as usual 👏
@Jeremy-W0JRL
@Jeremy-W0JRL 2 жыл бұрын
Once you have your hosts defined, you can use Tab completion to save even more typing!
@arsadhkhan3736saha
@arsadhkhan3736saha 11 ай бұрын
Y
@mangalchandrasingh5214
@mangalchandrasingh5214 11 ай бұрын
P
@theperfguy
@theperfguy 2 жыл бұрын
I dont understand who this is targeted to, It might be better to label this video as relevant only to "Linux beginners" I mean a 10 line article would be good enough to explain this. I thought you would discuss in-depth stuff or gotchas in the ~/.ssh/config file. Not trying to sound passive aggressive, but context/labeling would be really appreciated (Beginners/Intermediate/Expert)
@stoneobscurity
@stoneobscurity 2 жыл бұрын
i use alias'es in my .bash_profile then all i need to do is type 'tx1' and it connects. here are some others for local network servers. these all i need to do is type in 'st 202' and it will connect the stone user to the .202 box, etc.
@stoneobscurity
@stoneobscurity 2 жыл бұрын
looks like YT filtered out my commands.
@tubeDude48
@tubeDude48 2 жыл бұрын
no need for *CTRL-o* in nano, Just enter: *CTRL-x y Enter*
How to Reset SSH Host Keys when Deploying Linux Templates in Proxmox
20:56
How to use Multiple SSH Keys | Managing Different SSH Keys on your System
21:29
Получилось у Вики?😂 #хабибка
00:14
ХАБИБ
Рет қаралды 7 МЛН
Survival skills: A great idea with duct tape #survival #lifehacks #camping
00:27
Hostnames and Domains on Linux Servers | Top Docs with Jay LaCroix
16:23
Linux on Windows......Windows on Linux
23:54
NetworkChuck
Рет қаралды 182 М.
5 Must Have Tweaks to Secure OpenSSH
21:48
Learn Linux TV
Рет қаралды 26 М.
The Beginner's Guide To SSH
20:10
DistroTube
Рет қаралды 54 М.
Making Tmux Better AND Beautiful -- here’s how
10:56
typecraft
Рет қаралды 62 М.
SSH Tunneling Explained
6:37
Tinkernut
Рет қаралды 471 М.
Hardening Access to Your Server | Linux Security Tutorial
18:49
Akamai Developer
Рет қаралды 149 М.
How to protect Linux from Hackers // My server security strategy!
30:39
Christian Lempa
Рет қаралды 214 М.
Спутниковый телефон #обзор #товары
0:35
Product show
Рет қаралды 2 МЛН
ИГРОВОВЫЙ НОУТ ASUS ЗА 57 тысяч
25:33
Ремонтяш
Рет қаралды 327 М.
Собери ПК и Получи 10,000₽
1:00
build monsters
Рет қаралды 2,2 МЛН
Blue Mobile 📲 Best For Long Audio Call 📞 💙
0:41
Tech Official
Рет қаралды 1 МЛН