How to open PuTTY terminal directly, without configuration window? Announcing the arrival of...
Why did Israel vote against lifting the American embargo on Cuba?
Normal Operator || T^2|| = ||T||^2
Has a Nobel Peace laureate ever been accused of war crimes?
Suing a Police Officer Instead of the Police Department
Is there a verb for listening stealthily?
Why aren't road bike wheels tiny?
Why doesn't the university give past final exams' answers?
Is Vivien of the Wilds + Wilderness Reclamation a competitive combo?
Can gravitational waves pass through a black hole?
How to ask rejected full-time candidates to apply to teach individual courses?
Does using the Inspiration rules for character defects encourage My Guy Syndrome?
Is Bran literally the world's memory?
How is an IPA symbol that lacks a name (e.g. ɲ) called?
How to break 信じようとしていただけかも知れない into separate parts?
Married in secret, can marital status in passport be changed at a later date?
Etymology of 見舞い
false 'Security alert' from Google - every login generates mails from 'no-reply@accounts.google.com'
Can I take recommendation from someone I met at a conference?
Assertions In A Mock Callout Test
How to keep bees out of canned beverages?
What is the difference between 准时 and 按时?
Lights are flickering on and off after accidentally bumping into light switch
What's the difference between using dependency injection with a container and using a service locator?
Why do people think Winterfell crypts is the safest place for women, children & old people?
How to open PuTTY terminal directly, without configuration window?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Can I change the terminal type that PuTTY emulates?Make initial PuTTY configuration window largerPuTTY - how to enter both username and password?PuTTY: Forcibly terminate an SSH session without closing the windowHow to make PuTTy window a certain size from command line?tmux in putty: use ctrl-arrow to switch windowCan PuTTY open SSH link similar to Terminal for Macintosh?PuTTY in console windowAutomatically open Putty and SSH into serverMacOS PuTTY install — blank configuration form
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
When you open Putty,the configuration window is shown:
Is there any way, to directly open Terminal, without that welcome (configuration) window? Where I can start typing the codes directly, like: ssh user@example.com -p 80
putty
add a comment |
When you open Putty,the configuration window is shown:
Is there any way, to directly open Terminal, without that welcome (configuration) window? Where I can start typing the codes directly, like: ssh user@example.com -p 80
putty
Putty does not come with any of that. It’s a terminal emulator.
– Daniel B
Jan 29 '18 at 19:04
add a comment |
When you open Putty,the configuration window is shown:
Is there any way, to directly open Terminal, without that welcome (configuration) window? Where I can start typing the codes directly, like: ssh user@example.com -p 80
putty
When you open Putty,the configuration window is shown:
Is there any way, to directly open Terminal, without that welcome (configuration) window? Where I can start typing the codes directly, like: ssh user@example.com -p 80
putty
putty
edited Jan 30 '18 at 6:15
Martin Prikryl
11.5k43481
11.5k43481
asked Jan 29 '18 at 18:45
T.ToduaT.Todua
1,50131828
1,50131828
Putty does not come with any of that. It’s a terminal emulator.
– Daniel B
Jan 29 '18 at 19:04
add a comment |
Putty does not come with any of that. It’s a terminal emulator.
– Daniel B
Jan 29 '18 at 19:04
Putty does not come with any of that. It’s a terminal emulator.
– Daniel B
Jan 29 '18 at 19:04
Putty does not come with any of that. It’s a terminal emulator.
– Daniel B
Jan 29 '18 at 19:04
add a comment |
4 Answers
4
active
oldest
votes
If you just want to skip PuTTY configuration/login window:
putty.exe user@host -P port
If you are looking for a console SSH terminal, use Plink from PuTTY package.
It has the same command-line syntax as PuTTY and similat to OpenSSH ssh
:
plink user@example.com -P port
Or use ssh
itself. There's now an official (while beta) Microsoft build of OpenSSH for Windows.
For client-side tools, no installation is required. Just download the .zip and extract it somewhere.
add a comment |
You can always save the definitions, and in recent versions of Windows (assumed), you can open these from the start menu.
Try Putty -load *savedentry*
+1. It's a shame this hasn't been chosen as the Answer as it seems universal across the connection types. Exactly what I was looking for to open a Serial terminal in one click.
– CharlieHanson
Jul 9 '18 at 18:49
add a comment |
I see there's an accepted answer already, but if you're using Windows 10, the Windows Subsystem for Linux (WSL) is a great alternative. You can put aliases in your .bashrc file, or you could reference the command history to reopen a previous connection. You can also install tmux and have several connections open at once.
I was forgetting bash.
– mckenzm
Jan 29 '18 at 20:17
add a comment |
Use the following command.
Putty -load "Saved Session's Name"
Example: Putty -load "Default Settings"
Example: C:putty.exe -load "Default Settings"
https://www.ssh.com/ssh/putty/putty-manuals/0.68/Chapter3.html#using-cmdline-load
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1290080%2fhow-to-open-putty-terminal-directly-without-configuration-window%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you just want to skip PuTTY configuration/login window:
putty.exe user@host -P port
If you are looking for a console SSH terminal, use Plink from PuTTY package.
It has the same command-line syntax as PuTTY and similat to OpenSSH ssh
:
plink user@example.com -P port
Or use ssh
itself. There's now an official (while beta) Microsoft build of OpenSSH for Windows.
For client-side tools, no installation is required. Just download the .zip and extract it somewhere.
add a comment |
If you just want to skip PuTTY configuration/login window:
putty.exe user@host -P port
If you are looking for a console SSH terminal, use Plink from PuTTY package.
It has the same command-line syntax as PuTTY and similat to OpenSSH ssh
:
plink user@example.com -P port
Or use ssh
itself. There's now an official (while beta) Microsoft build of OpenSSH for Windows.
For client-side tools, no installation is required. Just download the .zip and extract it somewhere.
add a comment |
If you just want to skip PuTTY configuration/login window:
putty.exe user@host -P port
If you are looking for a console SSH terminal, use Plink from PuTTY package.
It has the same command-line syntax as PuTTY and similat to OpenSSH ssh
:
plink user@example.com -P port
Or use ssh
itself. There's now an official (while beta) Microsoft build of OpenSSH for Windows.
For client-side tools, no installation is required. Just download the .zip and extract it somewhere.
If you just want to skip PuTTY configuration/login window:
putty.exe user@host -P port
If you are looking for a console SSH terminal, use Plink from PuTTY package.
It has the same command-line syntax as PuTTY and similat to OpenSSH ssh
:
plink user@example.com -P port
Or use ssh
itself. There's now an official (while beta) Microsoft build of OpenSSH for Windows.
For client-side tools, no installation is required. Just download the .zip and extract it somewhere.
edited Jan 29 '18 at 19:43
answered Jan 29 '18 at 19:11
Martin PrikrylMartin Prikryl
11.5k43481
11.5k43481
add a comment |
add a comment |
You can always save the definitions, and in recent versions of Windows (assumed), you can open these from the start menu.
Try Putty -load *savedentry*
+1. It's a shame this hasn't been chosen as the Answer as it seems universal across the connection types. Exactly what I was looking for to open a Serial terminal in one click.
– CharlieHanson
Jul 9 '18 at 18:49
add a comment |
You can always save the definitions, and in recent versions of Windows (assumed), you can open these from the start menu.
Try Putty -load *savedentry*
+1. It's a shame this hasn't been chosen as the Answer as it seems universal across the connection types. Exactly what I was looking for to open a Serial terminal in one click.
– CharlieHanson
Jul 9 '18 at 18:49
add a comment |
You can always save the definitions, and in recent versions of Windows (assumed), you can open these from the start menu.
Try Putty -load *savedentry*
You can always save the definitions, and in recent versions of Windows (assumed), you can open these from the start menu.
Try Putty -load *savedentry*
answered Jan 29 '18 at 20:11
mckenzmmckenzm
80348
80348
+1. It's a shame this hasn't been chosen as the Answer as it seems universal across the connection types. Exactly what I was looking for to open a Serial terminal in one click.
– CharlieHanson
Jul 9 '18 at 18:49
add a comment |
+1. It's a shame this hasn't been chosen as the Answer as it seems universal across the connection types. Exactly what I was looking for to open a Serial terminal in one click.
– CharlieHanson
Jul 9 '18 at 18:49
+1. It's a shame this hasn't been chosen as the Answer as it seems universal across the connection types. Exactly what I was looking for to open a Serial terminal in one click.
– CharlieHanson
Jul 9 '18 at 18:49
+1. It's a shame this hasn't been chosen as the Answer as it seems universal across the connection types. Exactly what I was looking for to open a Serial terminal in one click.
– CharlieHanson
Jul 9 '18 at 18:49
add a comment |
I see there's an accepted answer already, but if you're using Windows 10, the Windows Subsystem for Linux (WSL) is a great alternative. You can put aliases in your .bashrc file, or you could reference the command history to reopen a previous connection. You can also install tmux and have several connections open at once.
I was forgetting bash.
– mckenzm
Jan 29 '18 at 20:17
add a comment |
I see there's an accepted answer already, but if you're using Windows 10, the Windows Subsystem for Linux (WSL) is a great alternative. You can put aliases in your .bashrc file, or you could reference the command history to reopen a previous connection. You can also install tmux and have several connections open at once.
I was forgetting bash.
– mckenzm
Jan 29 '18 at 20:17
add a comment |
I see there's an accepted answer already, but if you're using Windows 10, the Windows Subsystem for Linux (WSL) is a great alternative. You can put aliases in your .bashrc file, or you could reference the command history to reopen a previous connection. You can also install tmux and have several connections open at once.
I see there's an accepted answer already, but if you're using Windows 10, the Windows Subsystem for Linux (WSL) is a great alternative. You can put aliases in your .bashrc file, or you could reference the command history to reopen a previous connection. You can also install tmux and have several connections open at once.
answered Jan 29 '18 at 20:12
Charles BurgeCharles Burge
1,6161413
1,6161413
I was forgetting bash.
– mckenzm
Jan 29 '18 at 20:17
add a comment |
I was forgetting bash.
– mckenzm
Jan 29 '18 at 20:17
I was forgetting bash.
– mckenzm
Jan 29 '18 at 20:17
I was forgetting bash.
– mckenzm
Jan 29 '18 at 20:17
add a comment |
Use the following command.
Putty -load "Saved Session's Name"
Example: Putty -load "Default Settings"
Example: C:putty.exe -load "Default Settings"
https://www.ssh.com/ssh/putty/putty-manuals/0.68/Chapter3.html#using-cmdline-load
add a comment |
Use the following command.
Putty -load "Saved Session's Name"
Example: Putty -load "Default Settings"
Example: C:putty.exe -load "Default Settings"
https://www.ssh.com/ssh/putty/putty-manuals/0.68/Chapter3.html#using-cmdline-load
add a comment |
Use the following command.
Putty -load "Saved Session's Name"
Example: Putty -load "Default Settings"
Example: C:putty.exe -load "Default Settings"
https://www.ssh.com/ssh/putty/putty-manuals/0.68/Chapter3.html#using-cmdline-load
Use the following command.
Putty -load "Saved Session's Name"
Example: Putty -load "Default Settings"
Example: C:putty.exe -load "Default Settings"
https://www.ssh.com/ssh/putty/putty-manuals/0.68/Chapter3.html#using-cmdline-load
answered 6 hours ago
Don DilangaDon Dilanga
1113
1113
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1290080%2fhow-to-open-putty-terminal-directly-without-configuration-window%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Putty does not come with any of that. It’s a terminal emulator.
– Daniel B
Jan 29 '18 at 19:04