ssh bad configuration option when ssh the bastion server
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
2
down vote
favorite
here is my config file
Host *
ForwardAgent yes
Host com-bastion
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂHostname com-bastion
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂUser hanumanth.rao
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂIdentityFile ~/.ssh/id_rsa.pub
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂLocalForward 127.0.0.1:11445 search.com:443
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂLocalForward 127.0.0.1:11446 api.com:443
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂLocalForward 127.0.0.1:10443 auth.com:10443
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂLocalForward 127.0.0.1:10444 prop..com:10444
I am getting the following error
ssh -vv hanumanth.rao@com-bastion
OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016
debug1: Reading configuration data /home/hanu/.ssh/config
debug1: /home/hanumanth/.ssh/config line 1: Applying options for *
debug1: /home/hanumanth/.ssh/config line 4: Applying options for com-bastion
/home/hanumanth/.ssh/config: line 5: Bad configuration option: 342200202342200202342200202342200202342200202342200202342200202342200202hostname
/home/hanumanth/.ssh/config: line 6: Bad configuration option: 342200202342200202342200202342200202342200202342200202342200202342200202user
/home/hanumanth/.ssh/config: line 7: Bad configuration option: 342200202342200202342200202342200202342200202342200202342200202342200202identityfile
/home/hanumanth/.ssh/config: line 8: Bad configuration option: 342200202342200202342200202342200202342200202342200202342200202342200202localforward
/home/hanumanth/.ssh/config: line 9: Bad configuration option: 34220020234220020234220
command-line ssh
add a comment |Â
up vote
2
down vote
favorite
here is my config file
Host *
ForwardAgent yes
Host com-bastion
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂHostname com-bastion
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂUser hanumanth.rao
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂIdentityFile ~/.ssh/id_rsa.pub
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂLocalForward 127.0.0.1:11445 search.com:443
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂLocalForward 127.0.0.1:11446 api.com:443
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂLocalForward 127.0.0.1:10443 auth.com:10443
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂLocalForward 127.0.0.1:10444 prop..com:10444
I am getting the following error
ssh -vv hanumanth.rao@com-bastion
OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016
debug1: Reading configuration data /home/hanu/.ssh/config
debug1: /home/hanumanth/.ssh/config line 1: Applying options for *
debug1: /home/hanumanth/.ssh/config line 4: Applying options for com-bastion
/home/hanumanth/.ssh/config: line 5: Bad configuration option: 342200202342200202342200202342200202342200202342200202342200202342200202hostname
/home/hanumanth/.ssh/config: line 6: Bad configuration option: 342200202342200202342200202342200202342200202342200202342200202342200202user
/home/hanumanth/.ssh/config: line 7: Bad configuration option: 342200202342200202342200202342200202342200202342200202342200202342200202identityfile
/home/hanumanth/.ssh/config: line 8: Bad configuration option: 342200202342200202342200202342200202342200202342200202342200202342200202localforward
/home/hanumanth/.ssh/config: line 9: Bad configuration option: 34220020234220020234220
command-line ssh
2
It looks like you created / edited the file in a word processor program that has indented the lines with Unicode en-spaces (octal342200202
) rather than ASCII whitespace characters.
â steeldriver
Mar 8 at 19:57
It is in UTF-8 and and also tried saving in UTF-16, still the same. What is the correct format
â hanu
Mar 8 at 21:39
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
here is my config file
Host *
ForwardAgent yes
Host com-bastion
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂHostname com-bastion
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂUser hanumanth.rao
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂIdentityFile ~/.ssh/id_rsa.pub
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂLocalForward 127.0.0.1:11445 search.com:443
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂLocalForward 127.0.0.1:11446 api.com:443
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂLocalForward 127.0.0.1:10443 auth.com:10443
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂLocalForward 127.0.0.1:10444 prop..com:10444
I am getting the following error
ssh -vv hanumanth.rao@com-bastion
OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016
debug1: Reading configuration data /home/hanu/.ssh/config
debug1: /home/hanumanth/.ssh/config line 1: Applying options for *
debug1: /home/hanumanth/.ssh/config line 4: Applying options for com-bastion
/home/hanumanth/.ssh/config: line 5: Bad configuration option: 342200202342200202342200202342200202342200202342200202342200202342200202hostname
/home/hanumanth/.ssh/config: line 6: Bad configuration option: 342200202342200202342200202342200202342200202342200202342200202342200202user
/home/hanumanth/.ssh/config: line 7: Bad configuration option: 342200202342200202342200202342200202342200202342200202342200202342200202identityfile
/home/hanumanth/.ssh/config: line 8: Bad configuration option: 342200202342200202342200202342200202342200202342200202342200202342200202localforward
/home/hanumanth/.ssh/config: line 9: Bad configuration option: 34220020234220020234220
command-line ssh
here is my config file
Host *
ForwardAgent yes
Host com-bastion
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂHostname com-bastion
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂUser hanumanth.rao
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂIdentityFile ~/.ssh/id_rsa.pub
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂLocalForward 127.0.0.1:11445 search.com:443
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂLocalForward 127.0.0.1:11446 api.com:443
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂLocalForward 127.0.0.1:10443 auth.com:10443
âÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂâÂÂLocalForward 127.0.0.1:10444 prop..com:10444
I am getting the following error
ssh -vv hanumanth.rao@com-bastion
OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016
debug1: Reading configuration data /home/hanu/.ssh/config
debug1: /home/hanumanth/.ssh/config line 1: Applying options for *
debug1: /home/hanumanth/.ssh/config line 4: Applying options for com-bastion
/home/hanumanth/.ssh/config: line 5: Bad configuration option: 342200202342200202342200202342200202342200202342200202342200202342200202hostname
/home/hanumanth/.ssh/config: line 6: Bad configuration option: 342200202342200202342200202342200202342200202342200202342200202342200202user
/home/hanumanth/.ssh/config: line 7: Bad configuration option: 342200202342200202342200202342200202342200202342200202342200202342200202identityfile
/home/hanumanth/.ssh/config: line 8: Bad configuration option: 342200202342200202342200202342200202342200202342200202342200202342200202localforward
/home/hanumanth/.ssh/config: line 9: Bad configuration option: 34220020234220020234220
command-line ssh
command-line ssh
edited Mar 8 at 19:50
steeldriver
63.2k1198167
63.2k1198167
asked Mar 8 at 19:47
hanu
111
111
2
It looks like you created / edited the file in a word processor program that has indented the lines with Unicode en-spaces (octal342200202
) rather than ASCII whitespace characters.
â steeldriver
Mar 8 at 19:57
It is in UTF-8 and and also tried saving in UTF-16, still the same. What is the correct format
â hanu
Mar 8 at 21:39
add a comment |Â
2
It looks like you created / edited the file in a word processor program that has indented the lines with Unicode en-spaces (octal342200202
) rather than ASCII whitespace characters.
â steeldriver
Mar 8 at 19:57
It is in UTF-8 and and also tried saving in UTF-16, still the same. What is the correct format
â hanu
Mar 8 at 21:39
2
2
It looks like you created / edited the file in a word processor program that has indented the lines with Unicode en-spaces (octal
342200202
) rather than ASCII whitespace characters.â steeldriver
Mar 8 at 19:57
It looks like you created / edited the file in a word processor program that has indented the lines with Unicode en-spaces (octal
342200202
) rather than ASCII whitespace characters.â steeldriver
Mar 8 at 19:57
It is in UTF-8 and and also tried saving in UTF-16, still the same. What is the correct format
â hanu
Mar 8 at 21:39
It is in UTF-8 and and also tried saving in UTF-16, still the same. What is the correct format
â hanu
Mar 8 at 21:39
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Â
draft saved
draft discarded
Â
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1013208%2fssh-bad-configuration-option-when-ssh-the-bastion-server%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
2
It looks like you created / edited the file in a word processor program that has indented the lines with Unicode en-spaces (octal
342200202
) rather than ASCII whitespace characters.â steeldriver
Mar 8 at 19:57
It is in UTF-8 and and also tried saving in UTF-16, still the same. What is the correct format
â hanu
Mar 8 at 21:39